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 | 裙・霄ェ | 111001011110001110100101111010001011101010101010 | e5e3a5e8baaa |
EUC-JP | 裙・霄ェ | 1110101011100101100011101010010111110000101111001000111010101010 | eae58ea5f0bc8eaa |
UTF-8 | 裙・霄ェ | 111010001010001110011001111011111011110110100101111010011001110010000100111011111011110110101010 | e8a399efbda5e99c84efbdaa |
UHC | 裙??? | 1100111111011001001111110011111100111111 | cfd93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)