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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???琁?? | 0011111100111111001111111000111111001100101000110011111100111111 | 3f3f3f8fcca33f3f |
UTF-8 | 솽솟卨琁솽솟 | 111011001000011010111101111011001000011010011111111001011000110110101000111001111001000010000001111011001000011010111101111011001000011010011111 | ec86bdec869fe58da8e79081ec86bdec869f |
UHC | 솽솟卨琁솽솟 | 101111001110000110111100110110101110000011011001111000001100010010111100111000011011110011011010 | bce1bcdae0d9e0c4bce1bcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)