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 | 躁??智 | 111001110100111000111111001111111001001001110001 | e74e3f3f9271 |
EUC-JP | 躁??智 | 111011011010111100111111001111111100001111010010 | edaf3f3fc3d2 |
UTF-8 | 躁ㅷ께智 | 111010001011101010000001111000111000010110110111111010101011101110011000111001101001100110111010 | e8ba81e385b7eabb98e699ba |
UHC | 躁ㅷ께智 | 1111000011100010101001001110011110110010101100101111001010101010 | f0e2a4e7b2b2f2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)