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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鴿雫鋙 | 111010011111100110001110101101001111101111010001 | e9f98eb4fbd1 |
EUC-JP | 鴿雫鋙 | 11110010111110111011110010110110100011111110010011000011 | f2fbbcb68fe4c3 |
UTF-8 | 鴿雫鋙 | 111010011011010010111111111010011001101110101011111010011000101110011001 | e9b4bfe99babe98b99 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)