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 | 曜??仰 | 100101110110101000111111001111111000101111000010 | 976a3f3f8bc2 |
EUC-JP | 曜??仰 | 110011011100101100111111001111111011011011000100 | cdcb3f3fb6c4 |
UTF-8 | 曜섉쮭仰 | 111001101001101110011100111011001000010010001001111011001010111010101101111001001011101110110000 | e69b9cec8489ecaeade4bbb0 |
UHC | 曜섉쮭仰 | 1110100011111000100110001110011010101000100010101110010011100110 | e8f898e6a88ae4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)