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 | ???蔭? | 001111110011111100111111100010001111110000111111 | 3f3f3f88fc3f |
EUC-JP | 焌??蔭? | 1000111111001001111010000011111100111111101100001111111000111111 | 8fc9e83f3fb0fe3f |
UTF-8 | 焌쇤딧蔭렭 | 111001111000010010001100111011001000011110100100111010111001010010100111111010001001010010101101111010111010000010101101 | e7848cec87a4eb94a7e894adeba0ad |
UHC | 焌쇤딧蔭렭 | 11110001111000001011110011101001101101011111011111101011111000111000111010111010 | f1e0bce9b5f7ebe38eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)