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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
EUC-JP | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
UTF-8 | 첩횚G횒횜 | 11101100101100101010100111101101100110101001101001000111111011011001101010010010111011011001101010011100 | ecb2a9ed9a9a47ed9a92ed9a9c |
UHC | 첩횚G횒횜 | 110000111011100011000011100101000100011111000011100011011100001110010110 | c3b8c39447c38dc396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)