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 | 嶸??飮?? | 1111101010110100001111110011111110011111010110100011111100111111 | fab43f3f9f5a3f3f |
EUC-JP | 嶸??飮?? | 100011111011101111110100001111110011111111011101101110110011111100111111 | 8fbbf43f3fddbb3f3f |
UTF-8 | 嶸뗣룇飮댐쫰 | 111001011011011010111000111010111001011110100011111010111010001110000111111010011010001110101110111010111000110010010000111011001010101110110000 | e5b6b8eb97a3eba387e9a3aeeb8c90ecabb0 |
UHC | 嶸뗣룇飮댐쫰 | 111001111010111010001011111000111000111110000110111010111110011010110100111011111010011010001000 | e7ae8be38f86ebe6b4efa688 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)