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 | 畤珎獺獻 | 1110000101011110111000001101110111100000110110101110000011011001 | e15ee0dde0dae0d9 |
EUC-JP | 畤珎獺獻 | 1110000110111111111000001101111111100000110111001110000011011011 | e1bfe0dfe0dce0db |
UTF-8 | 畤珎獺獻 | 111001111001010110100100111001111000111110001110111001111000110110111010111001111000110110111011 | e795a4e78f8ee78dbae78dbb |
UHC | ??獺獻 | 001111110011111111010011101101111111101011001100 | 3f3fd3b7facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)