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 | 猗狒獻 | 111000001100011011100000101111111110000011011001 | e0c6e0bfe0d9 |
EUC-JP | 猗狒獻 | 111000001100100011100000110000011110000011011011 | e0c8e0c1e0db |
UTF-8 | 猗狒獻 | 111001111000110010010111111001111000101110010010111001111000110110111011 | e78c97e78b92e78dbb |
UHC | ??獻 | 00111111001111111111101011001100 | 3f3ffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)