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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 永??逸?B | 1000100101101001001111110011111110001000111011010011111101000010 | 89693f3f88ed3f42 |
EUC-JP | 永??逸?B | 1011000111001010001111110011111110110000111011110011111101000010 | b1ca3f3fb0ef3f42 |
UTF-8 | 永띠빢逸쿍B | 11100110101100001011100011101011100111011010000011101011101110011010001011101001100000001011100011101100101111111000110101000010 | e6b0b8eb9da0ebb9a2e980b8ecbf8d42 |
UHC | 永띠빢逸쿍B | 1110011110110101101101101110110010010101101111101110110011101111101100110100001001000010 | e7b5b6ec95beecefb34242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)