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 | ?皎勿 | 0011111111100001101001111001011011011100 | 3fe1a796dc |
EUC-JP | ?皎勿 | 0011111111100010101010011100110011011110 | 3fe2a9ccde |
UTF-8 | 卽皎勿 | 111001011000110110111101111001111001101010001110111001011000101110111111 | e58dbde79a8ee58bbf |
UHC | 卽皎勿 | 111100011110110111001110111010111101101010101000 | f1edceebdaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)