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 | 儀?┨岳 | 10001011010101100011111110000100101101111000101001111000 | 8b563f84b78a78 |
EUC-JP | 儀?┨岳 | 10110101101101110011111110101000101110011011001111011001 | b5b73fa8b9b3d9 |
UTF-8 | 儀쒒┨岳 | 111001011000010010000000111011001001001010010010111000101001010010101000111001011011001010110011 | e58480ec9292e294a8e5b2b3 |
UHC | 儀쒒┨岳 | 1110101111110000100111001110100110100110101110011110010010111111 | ebf09ce9a6b9e4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)