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 | 亞拙亞?? | 1001100010110001100100001101100110011000101100010011111100111111 | 98b190d998b13f3f |
EUC-JP | 亞拙亞?? | 1101000010110011110000001101101111010000101100110011111100111111 | d0b3c0dbd0b33f3f |
UTF-8 | 亞拙亞솽솟 | 111001001011101010011110111001101000101110011001111001001011101010011110111011001000011010111101111011001000011010011111 | e4ba9ee68b99e4ba9eec86bdec869f |
UHC | 亞拙亞솽솟 | 11100100101011001111000011110000111001001010110010111100111000011011110011011010 | e4acf0f0e4acbce1bcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)