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 | 潁〓?巍?? | 100111111111000110000001101011000011111110011011110110010011111100111111 | 9ff181ac3f9bd93f3f |
EUC-JP | 潁〓?巍?? | 110111101111001110100010101011100011111111010110110110110011111100111111 | def3a2ae3fd6db3f3f |
UTF-8 | 潁〓젙巍띾겱 | 111001101011110110000001111000111000000010010011111011001010000010011001111001011011011110001101111010111001110110111110111010101011001010110001 | e6bd81e38093eca099e5b78deb9dbeeab2b1 |
UHC | 潁〓젙巍띾겱 | 111001111011100010100001111010111010000010010101111010001110010010001101111010111000000110111101 | e7b8a1eba095e8e48deb81bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)