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 | 鈔」閼ゆ狎 | 111001111110001010100011111010001000010010000010111001001110000010111110 | e7e2a3e88482e4e0be |
EUC-JP | 鈔」閼ゆ狎 | 11101110111001001000111010100011111011111110010010100100111001101110000011000000 | eee48ea3efe4a4e6e0c0 |
UTF-8 | 鈔」閼ゆ狎 | 111010011000100010010100111011111011110110100011111010011001011010111100111000111000001010000110111001111000101110001110 | e98894efbda3e996bce38286e78b8e |
UHC | ??閼ゆ狎 | 0011111100111111111001001101100110101010111001101110010011100100 | 3f3fe4d9aae6e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)