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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???爰? | 001111110011111100111111111000001010011100111111 | 3f3f3fe0a73f |
EUC-JP | ???爰? | 001111110011111100111111111000001010100100111111 | 3f3f3fe0a93f |
UTF-8 | 令⒲깵爰껇 | 111011111010011010101000111000101001001010110010111010101011100110110101111001111000100010110000111010101011101110000111 | efa6a8e292b2eab9b5e788b0eabb87 |
UHC | 令⒲깵爰껇 | 11100111101010011010100111100011100000111010001111101010101110101000001111101000 | e7a9a9e383a3eaba83e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)