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 | ?e?昻 | 001111111000001010000101001111111111101011010000 | 3f82853ffad0 |
EUC-JP | 饔e?? | 10001111111010001110111110100011111001010011111100111111 | 8fe8efa3e53f3f |
UTF-8 | 饔e뀍昻 | 111010011010010110010100111011111011110110000101111010111000000010001101111001101001100010111011 | e9a594efbd85eb808de698bb |
UHC | 饔e뀍昻 | 1110100010111101101000111110010110000101100010001110010011101001 | e8bda3e58588e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)