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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪??靭?? | 1001100001100011001111110011111110010000011110000011111100111111 | 98633f3f90783f3f |
EUC-JP | 歪??靭?? | 1100111111000100001111110011111110111111110110010011111100111111 | cfc43f3fbfd93f3f |
UTF-8 | 歪묐굛靭뚧쾮 | 111001101010110110101010111010111010110010010000111010101011010110011011111010011001110110101101111010111001101010100111111011001011111010101110 | e6adaaebac90eab59be99dadeb9aa7ecbeae |
UHC | 歪묐굛靭뚧쾮 | 111010001110000010010001111010111000001010000011111011001110010110001100111001101011001010000101 | e8e091eb8283ece58ce6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)