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 | ??搖?奠 | 00111111001111111001110110001010001111111001101011111001 | 3f3f9d8a3f9af9 |
EUC-JP | ??搖?奠 | 00111111001111111101100111101010001111111101010011111011 | 3f3fd9ea3fd4fb |
UTF-8 | 렯롕搖렱奠 | 111010111010000010101111111010111010000110010101111001101001000010010110111010111010000010110001111001011010010110100000 | eba0afeba195e69096eba0b1e5a5a0 |
UHC | 렯롕搖렱奠 | 10001110101111001000111011011001111010001111010010001110101111101110111011110101 | 8ebc8ed9e8f48ebeeef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)