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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艶?言? | 100010011001000000111111100011001011111000111111 | 89903f8cbe3f |
EUC-JP | 艶?言? | 101100011111000000111111101110001100000000111111 | b1f03fb8c03f |
UTF-8 | 艶쵦言덨 | 111010001000100110110110111011001011010110100110111010001010100010000000111010111000110110101000 | e889b6ecb5a6e8a880eb8da8 |
UHC | 艶쵦言덨 | 1110011011111101101011010100010111100101111010111000100101000010 | e6fdad45e5eb8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)