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 | 埇쎌뼏唯늟 | 111001011001111110000111111011001000111010001100111010111011110010001111111001011001010010101111111010111000101010011111 | e59f87ec8e8cebbc8fe594afeb8a9f |
UHC | 埇쎌뼏唯늟 | 11101001101110011011110111101100100101101001011111101010111001101000100001101011 | e9b9bdec9697eae6886b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)