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 | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
SJIS-WIN | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
EUC-JP | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
UTF-8 | 챈횥혩L혥첫 | 11101100101100011000100011101101100110101010010111101101100110001010100101001100111011011001100010100101111011001011001010101011 | ecb188ed9aa5ed98a94ced98a5ecb2ab |
UHC | 챈횥혩L혥첫 | 1100001110100110110000111001110011000010100100010100110011000010100011011100001110111001 | c3a6c39cc2914cc28dc3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)