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 | 枝葛憑 | 100011100111110110001010100010111001110011011111 | 8e7d8a8b9cdf |
EUC-JP | 枝葛憑 | 101110111101111010110011111010111101100011100001 | bbdeb3ebd8e1 |
UTF-8 | 枝葛憑 | 111001101001111010011101111010001001000110011011111001101000011010010001 | e69e9de8919be68691 |
UHC | 枝葛憑 | 111100101010101111001010111001111101111010111011 | f2abcae7debb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)