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 | 犹矮牀 | 111000001011100111100001111000101110000010101100 | e0b9e1e2e0ac |
EUC-JP | 犹矮牀 | 111000001011101111100010111001001110000010101110 | e0bbe2e4e0ae |
UTF-8 | 犹矮牀 | 111001111000101010111001111001111001111110101110111001111000100110000000 | e78ab9e79faee78980 |
UHC | ?矮牀 | 0011111111101000111000011101111111010001 | 3fe8e1dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)