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 | 辷セ蠑冗粟隴 | 1110011110001000101111101110010110111100100011111110011110001000101111101110100010101101 | e788bee5bc8fe788bee8ad |
EUC-JP | 辷セ蠑冗粟隴 | 111011011110100010001110101111101110101010111110101111101110100110110000110000001111000010101111 | ede88ebeeabebee9b0c0f0af |
UTF-8 | 辷セ蠑冗粟隴 | 111010001011111010110111111011111011110110111110111010001010000010010001111001011000011010010111111001111011001010011111111010011001101010110100 | e8beb7efbdbee8a091e58697e7b29fe99ab4 |
UHC | ???冗粟? | 0011111100111111001111111110100110110111111000011101100000111111 | 3f3f3fe9b7e1d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)