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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 第篩犢 | 100100011110011011100010101111111110000010110111 | 91e6e2bfe0b7 |
EUC-JP | 第篩犢 | 110000101110100011100100110000011110000010111001 | c2e8e4c1e0b9 |
UTF-8 | 第篩犢 | 111001111010110010101100111001111010111110101001111001111000101010100010 | e7acace7afa9e78aa2 |
UHC | 第篩犢 | 111100001010111111011110111010001101010010111011 | f0afdee8d4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)