To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 諶??RE | 111110111010101000111111001111110101001001000101 | fbaa3f3f5245 |
EUC-JP | 諶??RE | 10001111110111101011010100111111001111110101001001000101 | 8fdeb53f3f5245 |
UTF-8 | 諶뙊뢇RE | 1110100010101011101101101110101110011001100010101110101110100010100001110101001001000101 | e8abb6eb998aeba2875245 |
UHC | 諶뙊뢇RE | 1110010010100110100011001000111110001111010000110101001001000101 | e4a68c8f8f435245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)