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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 亊饒忿B | 10011000101011011110100101100000100111000111110001000010 | 98ade9609c7c42 |
EUC-JP | 亊饒忿B | 11010000101011111111000111000001110101111101110101000010 | d0aff1c1d7dd42 |
UTF-8 | 亊饒忿B | 11100100101110101000101011101001101001011001001011100101101111111011111101000010 | e4ba8ae9a592e5bfbf42 |
UHC | ?饒忿B | 001111111110100110101110110111011100100001000010 | 3fe9aeddc842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)