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 | 歪??蟯?ァ | 100110000110001100111111001111111110010110110010001111111000001101000000 | 98633f3fe5b23f8340 |
EUC-JP | 歪??蟯?ァ | 110011111100010000111111001111111110101010110100001111111010010110100001 | cfc43f3feab43fa5a1 |
UTF-8 | 歪ⓩ뎸蟯믦ァ | 111001101010110110101010111000101001001110101001111010111000111010111000111010001001111110101111111010111010111110100110111000111000001010100001 | e6adaae293a9eb8eb8e89fafebafa6e382a1 |
UHC | 歪ⓩ뎸蟯믦ァ | 111010001110000010101000111001101000100110001011111010011010100010010010111010001010101110100001 | e8e0a8e6898be9a892e8aba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)