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 | 埇??唯? | 11111010100110100011111100111111100101110100001000111111 | fa9a3f3f97423f |
EUC-JP | 埇??唯? | 1000111110110111111001110011111100111111110011011010001100111111 | 8fb7e73f3fcda33f |
UTF-8 | 埇쎌뼍唯랡 | 111001011001111110000111111011001000111010001100111010111011110010001101111001011001010010101111111010111001111010100001 | e59f87ec8e8cebbc8de594afeb9ea1 |
UHC | 埇쎌뼍唯랡 | 11101001101110011011110111101100100101101001010111101010111001101000111001000010 | e9b9bdec9695eae68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)