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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 誤??幼?? | 1000110011101011001111110011111110010111011000110011111100111111 | 8ceb3f3f97633f3f |
EUC-JP | 誤??幼?? | 1011100011101101001111110011111111001101110001000011111100111111 | b8ed3f3fcdc43f3f |
UTF-8 | 誤곣뫔幼뗥럳 | 111010001010101010100100111010101011001110100011111010111010101110010100111001011011100110111100111010111001011110100101111010111001111110110011 | e8aaa4eab3a3ebab94e5b9bceb97a5eb9fb3 |
UHC | 誤곣뫔幼뗥럳 | 111010001010011010000001111000101001000110110110111010101110101010001011111001011000111010010011 | e8a681e291b6eaea8be58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)