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 | 五??烏?? | 1000110011011100001111110011111110001001010001110011111100111111 | 8cdc3f3f89473f3f |
EUC-JP | 五??烏?? | 1011100011011110001111110011111110110001101010000011111100111111 | b8de3f3fb1a83f3f |
UTF-8 | 五쒒갯烏녽릵 | 111001001011101010010100111011001001001010010010111010101011000010101111111001111000001110001111111010111000010110111101111010111010011010110101 | e4ba94ec9292eab0afe7838feb85bdeba6b5 |
UHC | 五쒒갯烏녽릵 | 111001111110100110011100111010011011000010111001111010001010000110000110111010011001000010010011 | e7e99ce9b0b9e8a186e99093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)