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 | ?`?????? | 0011111101100000001111110011111100111111001111110011111100111111 | 3f603f3f3f3f3f3f |
SJIS-WIN | ?`?????? | 0011111101100000001111110011111100111111001111110011111100111111 | 3f603f3f3f3f3f3f |
EUC-JP | ?`?????? | 0011111101100000001111110011111100111111001111110011111100111111 | 3f603f3f3f3f3f3f |
UTF-8 | 채`찾첩혘쩔혞횢 | 11101100101100011000010001100000111011001011000010111110111011001011001010101001111011011001100010011000111011001010100110010100111011011001100010011110111011011001101010100010 | ecb18460ecb0beecb2a9ed9898eca994ed989eed9aa2 |
UHC | 채`찾첩혘쩔혞횢 | 110000111010010001100000110000111010001111000011101110001100001010000011110000101011111111000010100010001100001110011001 | c3a460c3a3c3b8c283c2bfc288c399 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)