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 | 嶸??源?? | 1111101010110100001111110011111110001100101110010011111100111111 | fab43f3f8cb93f3f |
EUC-JP | 嶸??源?? | 100011111011101111110100001111110011111110111000101110110011111100111111 | 8fbbf43f3fb8bb3f3f |
UTF-8 | 嶸뗫쵇源꾣솮 | 111001011011011010111000111010111001011110101011111011001011010110000111111001101011101010010000111010101011111010100011111011001000011010101110 | e5b6b8eb97abecb587e6ba90eabea3ec86ae |
UHC | 嶸뗫쵇源꾣솮 | 111001111010111010001011111010111010110010001001111010101011100110000100111001101001100110100100 | e7ae8bebac89eab984e699a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)