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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 堰??? | 1000100110000001001111110011111100111111 | 89813f3f3f |
EUC-JP | 堰??堉 | 10110001111000010011111100111111100011111011011111111101 | b1e13f3f8fb7fd |
UTF-8 | 堰쇈굦堉 | 111001011010000010110000111011001000011110001000111010101011010110100110111001011010000010001001 | e5a0b0ec8788eab5a6e5a089 |
UHC | 堰쇈굦堉 | 1110010111101000101111001110001110000010100011001110101110111100 | e5e8bce3828cebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)