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 | 怏????? | 10011100100010010011111100111111001111110011111100111111 | 9c893f3f3f3f3f |
EUC-JP | 怏????? | 11010111111010010011111100111111001111110011111100111111 | d7e93f3f3f3f3f |
UTF-8 | 怏묓쓷溜롢끁 | 111001101000000010001111111010111010110010010011111011001001001110110111111011111010011110001011111010111010000110100010111010111000000110000001 | e6808febac93ec93b7efa78beba1a2eb8181 |
UHC | 怏묓쓷溜롢끁 | 111001001110100010010001111011011001110110010100111010101111111010001110111000111000010110110111 | e4e891ed9d94eafe8ee385b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)