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 | 鉎自昭 | 111110111100011110001110101010011000111110111010 | fbc78ea98fba |
EUC-JP | 鉎自昭 | 10001111111000111101111110111100101010111011111010111100 | 8fe3dfbcabbebc |
UTF-8 | 鉎自昭 | 111010011000100110001110111010001000011110101010111001101001100010101101 | e9898ee887aae698ad |
UHC | ?自昭 | 0011111111101101101110111110000110111001 | 3fedbbe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)