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 | èíè¡ | 111010001000000010011000111011011000111110000100111010001010000110010111 | e88098ed8f84e8a197 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | è??í??è¡? | 1000111110101011101100100011111100111111100011111010101110111111001111110011111110001111101010111011001010001111101000101100001000111111 | 8fabb23f3f8fabbf3f3f8fabb28fa2c23f |
UTF-8 | èíè¡ | 110000111010100011000010100000001100001010011000110000111010110111000010100011111100001010000100110000111010100011000010101000011100001010010111 | c3a8c280c298c3adc28fc284c3a8c2a1c297 |
UHC | ???????¡? | 00111111001111110011111100111111001111110011111100111111101000101010111000111111 | 3f3f3f3f3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)