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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 邑?┓^ | 100101110101011100111111100001001010110101011110 | 97573f84ad5e |
EUC-JP | 邑?┓^ | 110011011011100000111111101010001010111101011110 | cdb83fa8af5e |
UTF-8 | 邑륅┓^ | 11101001100000101001000111101011101001011000010111100010100101001001001101011110 | e98291eba585e294935e |
UHC | 邑륅┓^ | 11101011111010011000111111101111101001101010111101011110 | ebe98fefa6af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)