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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲j?幼? | 1110000110011111100000101000101000111111100101110110001100111111 | e19f828a3f97633f |
EUC-JP | 癲j?幼? | 1110001010100001101000111110101000111111110011011100010000111111 | e2a1a3ea3fcdc43f |
UTF-8 | 癲j퉺幼뺹 | 111001111001100110110010111011111011110110001010111011011000100110111010111001011011100110111100111010111011101010111001 | e799b2efbd8aed89bae5b9bcebbab9 |
UHC | 癲j퉺幼뺹 | 11101111101001101010001111101010101110011001001011101010111010101001011001000010 | efa6a3eab992eaea9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)