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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???蔘?乂^ | 001111110011111100111111111001001111001100111111100110001010011101011110 | 3f3f3fe4f33f98a75e |
EUC-JP | ???蔘?乂^ | 001111110011111100111111111010001111010100111111110100001010100101011110 | 3f3f3fe8f53fd0a95e |
UTF-8 | 뭒뷈떅蔘뷈乂^ | 11101011101011011001001011101011101101111000100011101011100101101000010111101000100101001001100011101011101101111000100011100100101110011000001001011110 | ebad92ebb788eb9685e89498ebb788e4b9825e |
UHC | 뭒뷈떅蔘뷈乂^ | 10010010010110101001010011110101100010111001101111011111101110001001010011110101111001111101000101011110 | 925a94f58b9bdfb894f5e7d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)