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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 桄桄[桄桄[^ | 1111101011100110111110101110011001011011111110101110011011111010111001100101101101011110 | fae6fae65bfae6fae65b5e |
EUC-JP | 桄桄[桄桄[^ | 100011111100001111011000100011111100001111011000010110111000111111000011110110001000111111000011110110000101101101011110 | 8fc3d88fc3d85b8fc3d88fc3d85b5e |
UTF-8 | 桄桄[桄桄[^ | 111001101010000110000100111001101010000110000100010110111110011010100001100001001110011010100001100001000101101101011110 | e6a184e6a1845be6a184e6a1845b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)