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 | 玉??節←? | 100010111100101000111111001111111001000011011111100000011010100100111111 | 8bca3f3f90df81a93f |
EUC-JP | 玉??節←? | 101101101100110000111111001111111100000011100001101000101010101100111111 | b6cc3f3fc0e1a2ab3f |
UTF-8 | 玉뚦궢節←림 | 111001111000111010001001111010111001101010100110111010101011011010100010111001111010111110000000111000101000011010010000111010111010011010111100 | e78e89eb9aa6eab6a2e7af80e28690eba6bc |
UHC | 玉뚦궢節←림 | 111010001010110010001100111001011000001010110101111011111011110110100001111001111011100010110010 | e8ac8ce582b5efbda1e7b8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)