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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濡??軟? | 10010100010001110011111100111111100100111110111000111111 | 94473f3f93ee3f |
EUC-JP | 濡??軟? | 11000111101010000011111100111111110001101111000000111111 | c7a83f3fc6f03f |
UTF-8 | 濡띾젘軟섳 | 111001101011111110100001111010111001110110111110111011001010000010011000111010001011101110011111111011001000010010110011 | e6bfa1eb9dbeeca098e8bb9fec84b3 |
UHC | 濡띾젘軟섳 | 11101011101000011000110111101011101000001001010011100110111000111001100101000010 | eba18deba094e6e39942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)