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 | ??星??? | 00111111001111111001000010101111001111110011111100111111 | 3f3f90af3f3f3f |
EUC-JP | ??星琁?? | 001111110011111111000000101100011000111111001100101000110011111100111111 | 3f3fc0b18fcca33f3f |
UTF-8 | 솽솟星琁솽솟 | 111011001000011010111101111011001000011010011111111001101001100010011111111001111001000010000001111011001000011010111101111011001000011010011111 | ec86bdec869fe6989fe79081ec86bdec869f |
UHC | 솽솟星琁솽솟 | 101111001110000110111100110110101110000011111000111000001100010010111100111000011011110011011010 | bce1bcdae0f8e0c4bce1bcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)