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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娃??釗? | 10001000101000010011111100111111111110111011101100111111 | 88a13f3ffbbb3f |
EUC-JP | 娃??釗? | 1011000010100011001111110011111110001111111000111010011000111111 | b0a33f3f8fe3a63f |
UTF-8 | 娃숇낑釗녔 | 111001011010100010000011111011001000100010000111111010111000001010010001111010011000011110010111111010111000010110010100 | e5a883ec8887eb8291e98797eb8594 |
UHC | 娃숇낑釗녔 | 11101000110111111001100111101011101100111010100111100001111100101011001111100110 | e8df99ebb3a9e1f2b3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)