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 | 椦o筧 | 100111101001101110000010100011111110001010101000 | 9e9b828fe2a8 |
EUC-JP | 椦o筧 | 110110111111101110100011111011111110010010101010 | dbfba3efe4aa |
UTF-8 | 椦o筧 | 111001101010010010100110111011111011110110001111111001111010110110100111 | e6a4a6efbd8fe7ada7 |
UHC | ?o? | 00111111101000111110111100111111 | 3fa3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)