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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???堧? | 00111111001111110011111110001111101110001010100000111111 | 3f3f3f8fb8a83f |
UTF-8 | 센샷얍堧렾 | 111011001000010010111100111011001000001110110111111011001001011010001101111001011010000010100111111010111010000010111110 | ec84bcec83b7ec968de5a0a7eba0be |
UHC | 센샷얍堧렾 | 10111100101111101011110010100110101111101110010111100110110000001000111011000110 | bcbebca6bee5e6c08ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)