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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 愛??\ | 1000100010100100001111110011111101011100 | 88a43f3f5c |
EUC-JP | 愛??\ | 1011000010100110001111110011111101011100 | b0a63f3f5c |
UTF-8 | 愛덆떵\ | 11100110100001001001101111101011100011011000011011101011100101101011010101011100 | e6849beb8d86eb96b55c |
UHC | 愛덆떵\ | 11100100111100011000100011101001101101101011101001011100 | e4f188e9b6ba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)