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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 爬瑁}爬瑁{^ | 1110000010100110111000001110111001111101111000001010011011100000111011100111101101011110 | e0a6e0ee7de0a6e0ee7b5e |
EUC-JP | 爬瑁}爬瑁{^ | 1110000010101000111000001111000001111101111000001010100011100000111100000111101101011110 | e0a8e0f07de0a8e0f07b5e |
UTF-8 | 爬瑁}爬瑁{^ | 111001111000100010101100111001111001000110000001011111011110011110001000101011001110011110010001100000010111101101011110 | e788ace791817de788ace791817b5e |
UHC | 爬瑁}爬瑁{^ | 1111011111110000110110011100000101111101111101111111000011011001110000010111101101011110 | f7f0d9c17df7f0d9c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)