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 | 繖粁轟脅 | 1110001110000100100010111100110010001101100011001000101110111010 | e3848bcc8d8c8bba |
EUC-JP | 繖粁轟脅 | 1110010111100100101101101100111010111001111011001011011010111100 | e5e4b6ceb9ecb6bc |
UTF-8 | 繖粁轟脅 | 111001111011100110010110111001111011001010000001111010001011110110011111111010001000010010000101 | e7b996e7b281e8bd9fe88485 |
UHC | ??轟脅 | 001111110011111111001110110111101111101011110110 | 3f3fcedefaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)