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 | 預??? | 1001011101100001001111110011111100111111 | 97613f3f3f |
EUC-JP | 預??? | 1100110111000010001111110011111100111111 | cdc23f3f3f |
UTF-8 | 預믦괭娛 | 111010011010000010010000111010111010111110100110111010101011010010101101111001011010100010011011 | e9a090ebafa6eab4ade5a89b |
UHC | 預믦괭娛 | 1110011111101000100100101110100010110001101010101110011111110100 | e7e892e8b1aae7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)