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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嚥≪??? | 10011010100010111000000111100001001111110011111100111111 | 9a8b81e13f3f3f |
EUC-JP | 嚥≪?薏? | 110100111110101110100010111000110011111110001111110110011101111000111111 | d3eba2e33f8fd9de3f |
UTF-8 | 嚥≪떒薏뉰 | 111001011001101010100101111000101000100110101010111010111001011010010010111010001001011010001111111010111000100110110000 | e59aa5e289aaeb9692e8968feb89b0 |
UHC | 嚥≪떒薏뉰 | 11100110101111111010000111101100100010111010100011101011111110111000100001000010 | e6bfa1ec8ba8ebfb8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)