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 | 餓?ⅹ沃?? | 100010011110110000111111111110100100100110010111100000000011111100111111 | 89ec3ffa4997803f3f |
EUC-JP | 餓??沃?? | 1011001011101110001111110011111111001101111000000011111100111111 | b2ee3f3fcde03f3f |
UTF-8 | 餓뽩ⅹ沃경릍 | 111010011010010010010011111010111011110110101001111000101000010110111001111001101011001010000011111010101011001010111101111010111010011010001101 | e9a493ebbda9e285b9e6b283eab2bdeba68d |
UHC | 餓뽩ⅹ沃경릍 | 111001001011101110010110111001011010010110101010111010001010101010110000111001101011100010101100 | e4bb96e5a5aae8aab0e6b8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)