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 | 楡??淳 | 100111101011111000111111001111111000111101111110 | 9ebe3f3f8f7e |
EUC-JP | 楡??淳 | 110111001100000000111111001111111011110111011111 | dcc03f3fbddf |
UTF-8 | 楡편배淳 | 111001101010010110100001111011011000111010111000111010111011000010110000111001101011011110110011 | e6a5a1ed8eb8ebb0b0e6b7b3 |
UHC | 楡편배淳 | 1110101011111000110001101110110110111001111010001110001011101000 | eaf8c6edb9e8e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)