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 | 湿丈ヲ | 11110000110000011000111010111100100011111110010010100110 | f0c18ebc8fe4a6 |
EUC-JP | ?湿丈ヲ | 00111111101111001011111010111110111001101000111010100110 | 3fbcbebee68ea6 |
UTF-8 | 湿丈ヲ | 111011101000001010000000111001101011100110111111111001001011100010001000111011111011110110100110 | ee8280e6b9bfe4b888efbda6 |
UHC | ??丈? | 0011111100111111111011011101101100111111 | 3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)