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 | O¶WT | 1001001001001111100100011011011010010010010101111001001001010100 | 924f91b692579254 |
SJIS-WIN | ?O?¶?W?T | 001111110100111100111111100000011111011100111111010101110011111101010100 | 3f4f3f81f73f573f54 |
EUC-JP | ?O?¶?W?T | 001111110100111100111111101000101111100100111111010101110011111101010100 | 3f4f3fa2f93f573f54 |
UTF-8 | O¶WT | 11000010100100100100111111000010100100011100001010110110110000101001001001010111110000101001001001010100 | c2924fc291c2b6c29257c29254 |
UHC | ?O?¶?W?T | 001111110100111100111111101000101101001000111111010101110011111101010100 | 3f4f3fa2d23f573f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)