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 | 循煙徇循 | 1000111101111010100010011000110010011100011011011000111101111010 | 8f7a898c9c6d8f7a |
EUC-JP | 循煙徇循 | 1011110111011011101100011110110011010111110011101011110111011011 | bddbb1ecd7cebddb |
UTF-8 | 循煙徇循 | 111001011011111010101010111001111000010110011001111001011011111010000111111001011011111010101010 | e5beaae78599e5be87e5beaa |
UHC | 循煙徇循 | 1110001011100000111001101101010111100010110111111110001011100000 | e2e0e6d5e2dfe2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)