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 | 湘ォソ | 100011111100001111110011101100011010101110111111 | 8fc3f3b1abbf |
EUC-JP | 湘?ォソ | 10111110110001010011111110001110101010111000111010111111 | bec53f8eab8ebf |
UTF-8 | 湘ォソ | 111001101011100110011000111011101000101010100100111011111011110110101011111011111011110110111111 | e6b998ee8aa4efbdabefbdbf |
UHC | 湘??? | 1101111111001111001111110011111100111111 | dfcf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)