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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莊ビ^ | 11100100101101011100101111111000110011111101111001011110 | e4b5cbf8cfde5e |
EUC-JP | 莊ヒ?゙^ | 1110100010110111100011101100101100111111100011101101111001011110 | e8b78ecb3f8ede5e |
UTF-8 | 莊ビ^ | 11101000100011101000101011101111101111101000101111101110100110011010111011101111101111101001111001011110 | e88e8aefbe8bee99aeefbe9e5e |
UHC | 莊???^ | 111011011111011000111111001111110011111101011110 | edf63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)