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 | 蝠凪舶 | 111001011001010110010011111000101001010010010101 | e59593e29495 |
EUC-JP | 蝠凪舶 | 111010011111010111000110111001001100011111110101 | e9f5c6e4c7f5 |
UTF-8 | 蝠凪舶 | 111010001001110110100000111001011000011110101010111010001000100010110110 | e89da0e587aae888b6 |
UHC | ??舶 | 00111111001111111101101011011100 | 3f3fdadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)