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창짬 | 11101101100110001011101011101100101001111010011111101101100110001011010001001100111011001011000010111101111011001010011110101100 | ed98baeca7a7ed98b44cecb0bdeca7ac |
UHC | 혺짧혴L창짬 | 1100001010011111110000101010101011000010100110110100110011000011101000101100001010101011 | c29fc2aac29b4cc3a2c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)