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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肢?爰? | 100011101000100000111111111000001010011100111111 | 8e883fe0a73f |
EUC-JP | 肢?爰? | 101110111110100000111111111000001010100100111111 | bbe83fe0a93f |
UTF-8 | 肢렍爰덴 | 111010001000001010100010111010111010000010001101111001111000100010110000111010111000110110110100 | e882a2eba08de788b0eb8db4 |
UHC | 肢렍爰덴 | 1111001010110110100011101010001111101010101110101011010110100111 | f2b68ea3eabab5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)