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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜈・轢ァ | 111001011000010110100101111001111000000010100111 | e585a5e780a7 |
EUC-JP | 蜈・轢ァ | 1110100111100101100011101010010111101101111000001000111010100111 | e9e58ea5ede08ea7 |
UTF-8 | 蜈・轢ァ | 111010001001110010001000111011111011110110100101111010001011110110100010111011111011110110100111 | e89c88efbda5e8bda2efbda7 |
UHC | 蜈?轢? | 111010001010010100111111110101011111100100111111 | e8a53fd5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)