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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?擺?忿?^ | 0011111110011101101100100011111110011100011111000011111101011110 | 3f9db23f9c7c3f5e |
EUC-JP | ?擺?忿?^ | 0011111111011010101101000011111111010111110111010011111101011110 | 3fdab43fd7dd3f5e |
UTF-8 | 뤈擺풇忿렱^ | 11101011101001001000100011100110100100111011101011101101100100101000011111100101101111111011111111101011101000001011000101011110 | eba488e693baed9287e5bfbfeba0b15e |
UHC | 뤈擺풇忿렱^ | 1000111110111000111101111110110010111110100011111101110111001000100011101011111001011110 | 8fb8f7ecbe8fddc88ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)