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 | 佃肯紋 | 100100101100111110001101011011011001011011100100 | 92cf8d6d96e4 |
EUC-JP | 佃肯紋 | 110001001101000110111001110011101100110011100110 | c4d1b9cecce6 |
UTF-8 | 佃肯紋 | 111001001011110110000011111010001000001010101111111001111011010010001011 | e4bd83e882afe7b48b |
UHC | 佃肯紋 | 111011101110110011010000111010011101101010100011 | eeecd0e9daa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)