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 | 阿??雅?? | 1000100010100010001111110011111110001001111010110011111100111111 | 88a23f3f89eb3f3f |
EUC-JP | 阿??雅?? | 1011000010100100001111110011111110110010111011010011111100111111 | b0a43f3fb2ed3f3f |
UTF-8 | 阿숇젔雅먮젡 | 111010011001100010111111111011001000100010000111111011001010000010010100111010011001101110000101111010111010100010101110111011001010000010100001 | e998bfec8887eca094e99b85eba8aeeca0a1 |
UHC | 阿숇젔雅먮젡 | 111001001011100110011001111010111010000010010010111001001011101010010000111010111010000010011010 | e4b999eba092e4ba90eba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)