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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セュ者爾 | 101111101010110110001110110100101000111010100010 | bead8ed28ea2 |
EUC-JP | セュ者爾 | 1000111010111110100011101010110110111100110101001011110010100100 | 8ebe8eadbcd4bca4 |
UTF-8 | セュ者爾 | 111011111011110110111110111011111011110110101101111010001000000010000101111001111000100010111110 | efbdbeefbdade88085e788be |
UHC | ??者爾 | 001111110011111111101101101110101110110010110011 | 3f3fedbaecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)