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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾阪Ρ | 111001011011011110001101111000111000001110101111 | e5b78de383af |
EUC-JP | 蟾阪Ρ | 111010101011100110111010111001011010011010110001 | eab9bae5a6b1 |
UTF-8 | 蟾阪Ρ | 1110100010011111101111101110100110011000101010101100111010100001 | e89fbee998aacea1 |
UHC | 蟾阪Ρ | 111000001110101011111000101000011010010111010001 | e0eaf8a1a5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)