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 | ホィマ」楨糘 | 1100111010101000110011111010001111111010111010011110001011110010 | cea8cfa3fae9e2f2 |
EUC-JP | ホィマ」楨糘 | 10001110110011101000111010101000100011101100111110001110101000111000111111000100110011001110010011110100 | 8ece8ea88ecf8ea38fc4cce4f4 |
UTF-8 | ホィマ」楨糘 | 111011111011111010001110111011111011110110101000111011111011111010001111111011111011110110100011111001101010010110101000111001111011001110011000 | efbe8eefbda8efbe8fefbda3e6a5a8e7b398 |
UHC | ????楨? | 00111111001111110011111100111111111011111101111100111111 | 3f3f3f3fefdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)