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 | 豈ス邁ァ蓁 | 1110011010101111101111011110011110110000101001111110010011101011 | e6afbde7b0a7e4eb |
EUC-JP | 豈ス邁ァ蓁 | 11101100101100011000111010111101111011101011001010001110101001111110100011101101 | ecb18ebdeeb28ea7e8ed |
UTF-8 | 豈ス邁ァ蓁 | 111010001011000110001000111011111011110110111101111010011000001010000001111011111011110110100111111010001001001110000001 | e8b188efbdbde98281efbda7e89381 |
UHC | 豈?邁?? | 11010001110000100011111111011000111001000011111100111111 | d1c23fd8e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)