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 | ?無?^ | 0011111110010110101100110011111101011110 | 3f96b33f5e |
EUC-JP | ?無?^ | 0011111111001100101101010011111101011110 | 3fccb53f5e |
UTF-8 | 뤙無휨^ | 11101011101001001001100111100111100001001010000111101101100111001010100001011110 | eba499e784a1ed9ca85e |
UHC | 뤙無휨^ | 10001111110010001101100111101101110010001101101001011110 | 8fc8d9edc8da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)