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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雋?町冪? | 1110100010110010001111111001001010101100100110010111000000111111 | e8b23f92ac99703f |
EUC-JP | 雋?町冪? | 1111000010110100001111111100010010101110110100011101000100111111 | f0b43fc4aed1d13f |
UTF-8 | 雋렞町冪렰 | 111010011001101110001011111010111010000010011110111001111001010010111010111001011000011010101010111010111010000010110000 | e99b8beba09ee794bae586aaeba0b0 |
UHC | 雋렞町冪렰 | 11110001111001101000111010101111111011111110101111011000111100011000111010111101 | f1e68eafefebd8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)