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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??晁\ | 0011111100111111100111011110100001011100 | 3f3f9de85c |
EUC-JP | ??晁\ | 0011111100111111110110101110101001011100 | 3f3fdaea5c |
UTF-8 | 룵에晁\ | 11101011101000111011010111101100100101111001000011100110100110011000000101011100 | eba3b5ec9790e699815c |
UHC | 룵에晁\ | 10001111101010101011111110100001111100001100010101011100 | 8faabfa1f0c55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)