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 | ?躁?? | 0011111111100111010011100011111100111111 | 3fe74e3f3f |
EUC-JP | ?躁?? | 0011111111101101101011110011111100111111 | 3fedaf3f3f |
UTF-8 | 솰躁솝솽 | 111011001000011010110000111010001011101010000001111011001000011010011101111011001000011010111101 | ec86b0e8ba81ec869dec86bd |
UHC | 솰躁솝솽 | 1011110011100000111100001110001010111100110110011011110011100001 | bce0f0e2bcd9bce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)