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 | 歪??凹?? | 1001100001100011001111110011111110001001100110100011111100111111 | 98633f3f899a3f3f |
EUC-JP | 歪??凹?? | 1100111111000100001111110011111110110001111110100011111100111111 | cfc43f3fb1fa3f3f |
UTF-8 | 歪득쳛凹먬슫 | 111001101010110110101010111010111001001110011101111011001011001110011011111001011000011110111001111010111010100010101100111011001000101010101011 | e6adaaeb939decb39be587b9eba8acec8aab |
UHC | 歪득쳛凹먬슫 | 111010001110000010110101111001101010101110000001111010001110101010010000111010011001101010110100 | e8e0b5e6ab81e8ea90e99ab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)