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 | 重???犢 | 10001111011001000011111100111111001111111110000010110111 | 8f643f3f3fe0b7 |
EUC-JP | 重???犢 | 10111101110001010011111100111111001111111110000010111001 | bdc53f3f3fe0b9 |
UTF-8 | 重렖吏흖犢 | 111010011000011110001101111010111010000010010110111011111010011110011110111011011001110110010110111001111000101010100010 | e9878deba096efa79eed9d96e78aa2 |
UHC | 重렖吏흖犢 | 11110001111011001000111010101011111011001010011111001000111010001101010010111011 | f1ec8eabeca7c8e8d4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)