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 | óâáÅ | 100111111111001110011111111000101110000111000101 | 9ff39fe2e1c5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ó?âáÅ | 0011111110001111101010111101000100111111100011111010101110100100100011111010101110100001100011111010101010101001 | 3f8fabd13f8faba48faba18faaa9 |
UTF-8 | óâáÅ | 110000101001111111000011101100111100001010011111110000111010001011000011101000011100001110000101 | c29fc3b3c29fc3a2c3a1c385 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)