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 | 驤暮豪 | 111010011000100010010101111010011000110110001011 | e98895e98d8b |
EUC-JP | 驤暮豪 | 111100011110100011001010111010111011100111101011 | f1e8caebb9eb |
UTF-8 | 驤暮豪 | 111010011010100110100100111001101001101010101110111010001011000110101010 | e9a9a4e69aaee8b1aa |
UHC | ?暮豪 | 0011111111011001101110101111101111011111 | 3fd9bafbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)