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 | 霈ロ?貅 | 111010001011110011011011001111111110011010111010 | e8bcdb3fe6ba |
EUC-JP | 霈ロ湗貅 | 111100001011111010001110110110111000111111000111111110111110110010111100 | f0be8edb8fc7fbecbc |
UTF-8 | 霈ロ湗貅 | 111010011001110010001000111011111011111010011011111001101011100110010111111010001011001010000101 | e99c88efbe9be6b997e8b285 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)