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 | 筌?∮狎 | 11100010101000110011111110000111100100111110000010111110 | e2a33f8793e0be |
EUC-JP | 筌??狎 | 111001001010010100111111001111111110000011000000 | e4a53f3fe0c0 |
UTF-8 | 筌뗭∮狎 | 111001111010110110001100111010111001011110101101111000101000100010101110111001111000101110001110 | e7ad8ceb97ade288aee78b8e |
UHC | 筌뗭∮狎 | 1110111110100111100010111110110010100010101100011110010011100100 | efa78beca2b1e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)