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 | 癲??歸癲 | 1110000110011111001111110011111110011111011001001110000110011111 | e19f3f3f9f64e19f |
EUC-JP | 癲??歸癲 | 1110001010100001001111110011111111011101110001011110001010100001 | e2a13f3fddc5e2a1 |
UTF-8 | 癲섍퉮歸癲 | 111001111001100110110010111011001000010010001101111011011000100110101110111001101010110110111000111001111001100110110010 | e799b2ec848ded89aee6adb8e799b2 |
UHC | 癲섍퉮歸癲 | 11101111101001101001100011101010101110011000011011001111111111011110111110100110 | efa698eab986cffdefa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)