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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?仇?純 | 001111111000101101110111001111111000111110000011 | 3f8b773f8f83 |
EUC-JP | ?仇?純 | 001111111011010111011000001111111011110111100011 | 3fb5d83fbde3 |
UTF-8 | 룵仇룶純 | 111010111010001110110101111001001011101110000111111010111010001110110110111001111011010010010100 | eba3b5e4bb87eba3b6e7b494 |
UHC | 룵仇룶純 | 1000111110101010110011101111101110001111101010111110001011101101 | 8faacefb8fabe2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)