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 | 솰躁솎솰 | 111011001000011010110000111010001011101010000001111011001000011010001110111011001000011010110000 | ec86b0e8ba81ec868eec86b0 |
UHC | 솰躁솎솰 | 1011110011100000111100001110001010111100110101001011110011100000 | bce0f0e2bcd4bce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)