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 | ???曜?? | 00111111001111110011111110010111011010100011111100111111 | 3f3f3f976a3f3f |
EUC-JP | 濚??曜?? | 100011111100100110100001001111110011111111001101110010110011111100111111 | 8fc9a13f3fcdcb3f3f |
UTF-8 | 濚㏆숴曜ⓩ썣 | 111001101011111110011010111000111000111110000110111011001000100010110100111001101001101110011100111000101001001110101001111011001000110110100011 | e6bf9ae38f86ec88b4e69b9ce293a9ec8da3 |
UHC | 濚㏆숴曜ⓩ썣 | 111001111011100110100111111011111011110110100100111010001111100010101000111001101001101110010110 | e7b9a7efbda4e8f8a8e69b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)