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 | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
SJIS-WIN | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
EUC-JP | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
UTF-8 | 청C짼첬횥쨀 | 11101100101100101010110101000011111011001010011110111100111011001011001010101100111011011001101010100101111011001010100010000000 | ecb2ad43eca7bcecb2aced9aa5eca880 |
UHC | 청C짼첬횥쨀 | 1100001110111011010000111100001010110010110000111011101011000011100111001100001010110011 | c3bb43c2b2c3bac39cc2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)