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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴣鹿寬ホ | 11101001111100111000111010101101111110101010101011001110 | e9f38eadfaaace |
EUC-JP | 鴣鹿?ホ | 11110010111101011011110010101111001111111000111011001110 | f2f5bcaf3f8ece |
UTF-8 | 鴣鹿寬ホ | 111010011011010010100011111010011011100110111111111001011010111110101100111011111011111010001110 | e9b4a3e9b9bfe5afacefbe8e |
UHC | ?鹿寬? | 001111111101011011100011110011101011000000111111 | 3fd6e3ceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)