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 | ????z | 0011111100111111001111110011111101111010 | 3f3f3f3f7a |
SJIS-WIN | ?腺?腺z | 00111111100100010100001000111111100100010100001001111010 | 3f91423f91427a |
EUC-JP | ?腺?腺z | 00111111110000011010001100111111110000011010001101111010 | 3fc1a33fc1a37a |
UTF-8 | 섏腺뤧腺z | 11101100100001001000111111101000100001011011101011101011101001001010011111101000100001011011101001111010 | ec848fe885baeba4a7e885ba7a |
UHC | 섏腺뤧腺z | 100110001110110011100000110011011000111111010101111000001100110101111010 | 98ece0cd8fd5e0cd7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)