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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 隘??k | 1110100010100101001111110011111101101011 | e8a53f3f6b |
EUC-JP | 隘??k | 1111000010100111001111110011111101101011 | f0a73f3f6b |
UTF-8 | 隘꼷뢅k | 11101001100110101001100011101010101111001011011111101011101000101000010101101011 | e99a98eabcb7eba2856b |
UHC | 隘꼷뢅k | 11100100111101101000010010001111100011110100000101101011 | e4f6848f8f416b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)