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 | 煜ネ魏セ | 111110110101010111001000111010011011000010111110 | fb55c8e9b0be |
EUC-JP | 煜ネ魏セ | 100011111100100111111100100011101100100011110010101100101000111010111110 | 8fc9fc8ec8f2b28ebe |
UTF-8 | 煜ネ魏セ | 111001111000010110011100111011111011111010001000111010011010110110001111111011111011110110111110 | e7859cefbe88e9ad8fefbdbe |
UHC | 煜?魏? | 111010011111001000111111111010101110000000111111 | e9f23feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)