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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜆廷ョク | 111001011000010010010010111011001010111010111000 | e58492ecaeb8 |
EUC-JP | 蜆廷ョク | 1110100111100100110001001110111010001110101011101000111010111000 | e9e4c4ee8eae8eb8 |
UTF-8 | 蜆廷ョク | 111010001001110010000110111001011011101110110111111011111011110110101110111011111011110110111000 | e89c86e5bbb7efbdaeefbdb8 |
UHC | ?廷?? | 0011111111101111110101010011111100111111 | 3fefd53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)