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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 依?垣兢?? | 100010001100101100111111100010100101111110011001010111010011111100111111 | 88cb3f8a5f995d3f3f |
EUC-JP | 依?垣兢?? | 101100001100110100111111101100111100000011010001101111100011111100111111 | b0cd3fb3c0d1be3f3f |
UTF-8 | 依렋垣兢렩렰 | 111001001011111010011101111010111010000010001011111001011001111010100011111001011000010110100010111010111010000010101001111010111010000010110000 | e4be9deba08be59ea3e585a2eba0a9eba0b0 |
UHC | 依렋垣兢렩렰 | 111010111110111010001110101000101110101010101111110100001110011110001110101101111000111010111101 | ebee8ea2eaafd0e78eb78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)