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 | 溪渙牘 | 100111111110001010011111110100001110000010101111 | 9fe29fd0e0af |
EUC-JP | 溪渙牘 | 110111101110010011011110110100101110000010110001 | dee4ded2e0b1 |
UTF-8 | 溪渙牘 | 111001101011101010101010111001101011100010011001111001111000100110011000 | e6baaae6b899e78998 |
UHC | 溪渙牘 | 110011011010001011111100101110011101010010111010 | cda2fcb9d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)