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 | 析昻眈 | 100100001100110111111010110100001110000110111100 | 90cdfad0e1bc |
EUC-JP | 析?眈 | 1100000011001111001111111110001010111110 | c0cf3fe2be |
UTF-8 | 析昻眈 | 111001101001111010010000111001101001100010111011111001111001110010001000 | e69e90e698bbe79c88 |
UHC | 析昻眈 | 111000001011000011100100111010011111011110101111 | e0b0e4e9f7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)