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 | 獰e?? | 111000001101011010000010100001010011111100111111 | e0d682853f3f |
EUC-JP | 獰e?? | 111000001101100010100011111001010011111100111111 | e0d8a3e53f3f |
UTF-8 | 獰e닜閭 | 111001111000110110110000111011111011110110000101111010111000101110011100111011111010011010000110 | e78db0efbd85eb8b9cefa686 |
UHC | 獰e닜閭 | 1110011110111110101000111110010110001000100111011110011010101101 | e7bea3e5889de6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)