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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蘊笋辮 | 111001010101110111100010101000101110001110010000 | e55de2a2e390 |
EUC-JP | 蘊笋辮 | 111010011011111011100100101001001110010111110000 | e9bee4a4e5f0 |
UTF-8 | 蘊笋辮 | 111010001001100010001010111001111010110010001011111010001011111010101110 | e8988ae7ac8be8beae |
UHC | 蘊?? | 11101000101100110011111100111111 | e8b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)