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 | 暎ユ?傲?? | 100111011111001110000011100001100011111110011000111111000011111100111111 | 9df383863f98fc3f3f |
EUC-JP | 暎ユ?傲?? | 110110101111010110100101111001100011111111010000111111100011111100111111 | daf5a5e63fd0fe3f3f |
UTF-8 | 暎ユ썫傲됬씉 | 111001101001101010001110111000111000001110100110111011001000110110101011111001011000001010110010111010111001000010101100111011001001010010001001 | e69a8ee383a6ec8dabe582b2eb90acec9489 |
UHC | 暎ユ썫傲됬씉 | 111001111011001010101011111001101001101110011100111001111110110010001001111001111001110110100001 | e7b2abe69b9ce7ec89e79da1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)