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 | 辯溪跳笏 | 1110011110000111100111111110001010010010101101011110001010010100 | e7879fe292b5e294 |
EUC-JP | 辯溪跳笏 | 1110110111100111110111101110010011000100101101111110001111110100 | ede7dee4c4b7e3f4 |
UTF-8 | 辯溪跳笏 | 111010001011111010101111111001101011101010101010111010001011011110110011111001111010110010001111 | e8beafe6baaae8b7b3e7ac8f |
UHC | 辯溪跳笏 | 1101110010101010110011011010001011010100101011111111101111101110 | dcaacda2d4affbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)