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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???癲?? | 00111111001111110011111111100001100111110011111100111111 | 3f3f3fe19f3f3f |
EUC-JP | ???癲?? | 00111111001111110011111111100010101000010011111100111111 | 3f3f3fe2a13f3f |
UTF-8 | 樂뀀옉癲됰죨 | 111011111010011010111111111010111000000010000000111011001001100010001001111001111001100110110010111010111001000010110000111011001010001110101000 | efa6bfeb8080ec9889e799b2eb90b0eca3a8 |
UHC | 樂뀀옉癲됰죨 | 111010001111100110110010111010111001111010010001111011111010011010001001111010111010000110000011 | e8f9b2eb9e91efa689eba183 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)