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 | ???爰?? | 00111111001111110011111111100000101001110011111100111111 | 3f3f3fe0a73f3f |
EUC-JP | ???爰?? | 00111111001111110011111111100000101010010011111100111111 | 3f3f3fe0a93f3f |
UTF-8 | 令⒲깵爰껇굢 | 111011111010011010101000111000101001001010110010111010101011100110110101111001111000100010110000111010101011101110000111111010101011010110100010 | efa6a8e292b2eab9b5e788b0eabb87eab5a2 |
UHC | 令⒲깵爰껇굢 | 111001111010100110101001111000111000001110100011111010101011101010000011111010001000001010001001 | e7a9a9e383a3eaba83e88289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)