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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚???與俉 | 111010100101111100111111001111110011111111100100011011111111101001100001 | ea5f3f3f3fe46ffa61 |
EUC-JP | 鸚???與俉 | 11110011110000000011111100111111001111111110011111010000100011111011000110111011 | f3c03f3f3fe7d08fb1bb |
UTF-8 | 鸚쒖룆行與俉 | 111010011011100010011010111011001001001010010110111010111010001110000110111011111010100010001000111010001000100010000111111001001011111110001001 | e9b89aec9296eba386efa888e88887e4bf89 |
UHC | 鸚쒖룆行與俉 | 111001011010010010011100111011001000111110000101111110101010000111100110101010001110011111101011 | e5a49cec8f85faa1e6a8e7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)