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 | ??ぱ??? | 00111111001111111000001011001111001111110011111100111111 | 3f3f82cf3f3f3f |
EUC-JP | ??ぱ??? | 00111111001111111010010011010001001111110011111100111111 | 3f3fa4d13f3f3f |
UTF-8 | 룶즽ぱ룶쥚㈒ | 111010111010001110110110111011001010011010111101111000111000000110110001111010111010001110110110111011001010010110011010111000111000100010010010 | eba3b6eca6bde381b1eba3b6eca59ae38892 |
UHC | 룶즽ぱ룶쥚㈒ | 100011111010101110100011100011111010101011010001100011111010101110100010100011111010100111000011 | 8faba38faad18faba28fa9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)