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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 窕?}v窕?}vB | 1110001001111001001111110111110101110110111000100111100100111111011111010111011001000010 | e2793f7d76e2793f7d7642 |
EUC-JP | 窕?}v窕?}vB | 1110001111011010001111110111110101110110111000111101101000111111011111010111011001000010 | e3da3f7d76e3da3f7d7642 |
UTF-8 | 窕寮}v窕寮}vB | 1110011110101010100101011110111110100110101111000111110101110110111001111010101010010101111011111010011010111100011111010111011001000010 | e7aa95efa6bc7d76e7aa95efa6bc7d7642 |
UHC | 窕寮}v窕寮}vB | 11110000110101111110100011110000011111010111011011110000110101111110100011110000011111010111011001000010 | f0d7e8f07d76f0d7e8f07d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)