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 | ???傭? | 001111110011111100111111100101110110001000111111 | 3f3f3f97623f |
EUC-JP | ??ł傭? | 0011111100111111100011111010100111001000110011011100001100111111 | 3f3f8fa9c8cdc33f |
UTF-8 | 料썹ł傭튶 | 1110111110100110101111101110110010001101101110011100010110000010111001011000001010101101111011011000101010110110 | efa6beec8db9c582e582aded8ab6 |
UHC | 料썹ł傭튶 | 11101000111101111011110111100111101010011010100111101001101101101011101001101000 | e8f7bde7a9a9e9b6ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)