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 | 鱈淡孫 | 100100100100110010010010010101111001000110110111 | 924c925791b7 |
EUC-JP | 鱈淡孫 | 110000111010110111000011101110001100001010111001 | c3adc3b8c2b9 |
UTF-8 | 鱈淡孫 | 111010011011000110001000111001101011011110100001111001011010110110101011 | e9b188e6b7a1e5adab |
UHC | ?淡孫 | 0011111111010011101111111110000111011101 | 3fd3bfe1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)