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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 莵狎h莵狎 | 111001001011011111100000101111100110100011100100101101111110000010111110 | e4b7e0be68e4b7e0be |
EUC-JP | 莵狎h莵狎 | 111010001011100111100000110000000110100011101000101110011110000011000000 | e8b9e0c068e8b9e0c0 |
UTF-8 | 莵狎h莵狎 | 11101000100011101011010111100111100010111000111001101000111010001000111010110101111001111000101110001110 | e88eb5e78b8e68e88eb5e78b8e |
UHC | ?狎h?狎 | 00111111111001001110010001101000001111111110010011100100 | 3fe4e4683fe4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)