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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 莨件十K | 11100100101111001000110010001111100011110101110001001011 | e4bc8c8f8f5c4b |
EUC-JP | 莨件十K | 11101000101111101011011111101111101111011011110101001011 | e8beb7efbdbd4b |
UTF-8 | 莨件十K | 11101000100011101010100011100100101110111011011011100101100011011000000101001011 | e88ea8e4bbb6e58d814b |
UHC | ?件十K | 001111111100101111101100111001001010100001001011 | 3fcbece4a84b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)