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 | 霈鴫イ | 11101000101111001000111010110000111100101011011010110010 | e8bc8eb0f2b6b2 |
EUC-JP | 霈鴫?イ | 11110000101111101011110010110010001111111000111010110010 | f0bebcb23f8eb2 |
UTF-8 | 霈鴫イ | 111010011001110010001000111010011011010010101011111011101000011110101101111011111011110110110010 | e99c88e9b4abee87adefbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)