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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霄咏ィ吝゙ | 1110100010111010100110011110011110101000100110011110010111011110 | e8ba99e7a899e5de |
EUC-JP | 霄咏ィ吝゙ | 11110000101111001101001011101001100011101010100011010010111001111000111011011110 | f0bcd2e98ea8d2e78ede |
UTF-8 | 霄咏ィ吝゙ | 111010011001110010000100111001011001001010001111111011111011110110101000111001011001000010011101111011111011111010011110 | e99c84e5928fefbda8e5909defbe9e |
UHC | ???吝? | 001111110011111100111111110101111111000000111111 | 3f3f3fd7f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)