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 | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 鋤逝K | 1000111110011011100100001100000001001011 | 8f9b90c04b |
EUC-JP | 鋤逝K | 1011110111111011110000001100001001001011 | bdfbc0c24b |
UTF-8 | 鋤逝K | 11101001100010111010010011101001100000001001110101001011 | e98ba4e9809d4b |
UHC | 鋤逝K | 1110000010100111111000001010011001001011 | e0a7e0a64b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)