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 | 蘊笋辮蜷 | 1110010101011101111000101010001011100011100100001110010110010000 | e55de2a2e390e590 |
EUC-JP | 蘊笋辮蜷 | 1110100110111110111001001010010011100101111100001110100111110000 | e9bee4a4e5f0e9f0 |
UTF-8 | 蘊笋辮蜷 | 111010001001100010001010111001111010110010001011111010001011111010101110111010001001110010110111 | e8988ae7ac8be8beaee89cb7 |
UHC | 蘊??? | 1110100010110011001111110011111100111111 | e8b33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)