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 | 鞦狎鞦狎 | 1110100011100001111000001011111011101000111000011110000010111110 | e8e1e0bee8e1e0be |
EUC-JP | 鞦狎鞦狎 | 1111000011100011111000001100000011110000111000111110000011000000 | f0e3e0c0f0e3e0c0 |
UTF-8 | 鞦狎鞦狎 | 111010011001111010100110111001111000101110001110111010011001111010100110111001111000101110001110 | e99ea6e78b8ee99ea6e78b8e |
UHC | ?狎?狎 | 001111111110010011100100001111111110010011100100 | 3fe4e43fe4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)