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 | îå·å³µ | 111011101000011110011001111001011001111110110111111001011011001110110101 | ee8799e59fb7e5b3b5 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | î??å??å?? | 100011111010101111000010001111110011111110001111101010111010100100111111001111111000111110101011101010010011111100111111 | 8fabc23f3f8faba93f3f8faba93f3f |
UTF-8 | îå·å³µ | 110000111010111011000010100001111100001010011001110000111010010111000010100111111100001010110111110000111010010111000010101100111100001010110101 | c3aec287c299c3a5c29fc2b7c3a5c2b3c2b5 |
UHC | ?????·?³? | 0011111100111111001111110011111100111111101000011010010000111111101010011111100000111111 | 3f3f3f3f3fa1a43fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)