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 | 裔壼沺邀 | 1110010111100001100110101110010110011111100111111110011110110001 | e5e19ae59f9fe7b1 |
EUC-JP | 裔壼沺邀 | 1110101011100011110101001110011111011110101000011110111010110011 | eae3d4e7dea1eeb3 |
UTF-8 | 裔壼沺邀 | 111010001010001110010100111001011010001110111100111001101011001010111010111010011000001010000000 | e8a394e5a3bce6b2bae98280 |
UHC | 裔??邀 | 111001111110000000111111001111111110100110101101 | e7e03f3fe9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)