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 | ???靭? | 001111110011111100111111100100000111100000111111 | 3f3f3f90783f |
EUC-JP | ???靭? | 001111110011111100111111101111111101100100111111 | 3f3f3fbfd93f |
UTF-8 | 롃렫롕靭롉 | 111010111010000110000011111010111010000010101011111010111010000110010101111010011001110110101101111010111010000110001001 | eba183eba0abeba195e99dadeba189 |
UHC | 롃렫롕靭롉 | 10001110110010101000111010111001100011101101100111101100111001011000111011001111 | 8eca8eb98ed9ece58ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)