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 | 彫?苑?提 | 1001001010100100001111111000100110010001001111111001001011110001 | 92a43f89913f92f1 |
EUC-JP | 彫?苑?提 | 1100010010100110001111111011000111110001001111111100010011110011 | c4a63fb1f13fc4f3 |
UTF-8 | 彫렞苑렩提 | 111001011011110110101011111010111010000010011110111010001000101110010001111010111010000010101001111001101000111110010000 | e5bdabeba09ee88b91eba0a9e68f90 |
UHC | 彫렞苑렩提 | 11110000110000011000111010101111111010101011110110001110101101111111000010101011 | f0c18eafeabd8eb7f0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)