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 | 要??唯? | 10010111011101100011111100111111100101110100001000111111 | 97763f3f97423f |
EUC-JP | 要??唯? | 11001101110101110011111100111111110011011010001100111111 | cdd73f3fcda33f |
UTF-8 | 要쏅뛿唯럋 | 111010001010011010000001111011001000111110000101111010111001101110111111111001011001010010101111111010111001111110001011 | e8a681ec8f85eb9bbfe594afeb9f8b |
UHC | 要쏅뛿唯럋 | 11101001101010011001101111101011100011011000010111101010111001101000111001101000 | e9a99beb8d85eae68e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)