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 | ?⑤???? | 00111111100001110100010000111111001111110011111100111111 | 3f87443f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 嶪⑤젡琉덆쓳 | 111001011011011010101010111000101001000110100100111011001010000010100001111011111010011110001100111010111000110110000110111011001001001110110011 | e5b6aae291a4eca0a1efa78ceb8d86ec93b3 |
UHC | 嶪⑤젡琉덆쓳 | 111001011111010110101000111010111010000010011010111010111010010010001000111010011001110110010001 | e5f5a8eba09aeba488e99d91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)