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 | 狸皙多 | 100100100100101111100001101010101001000110111101 | 924be1aa91bd |
EUC-JP | 狸皙多 | 110000111010110011100010101011001100001010111111 | c3ace2acc2bf |
UTF-8 | 狸皙多 | 111001111000101110111000111001111001101010011001111001011010010010011010 | e78bb8e79a99e5a49a |
UHC | 狸?多 | 1101011111100001001111111101001011111101 | d7e13fd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)