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 | 煽??? | 1001000011111000001111110011111100111111 | 90f83f3f3f |
EUC-JP | 煽??? | 1100000011111010001111110011111100111111 | c0fa3f3f3f |
UTF-8 | 煽쎺稶잏 | 111001111000010110111101111011001000111010111010111001111010100010110110111011001001111010001111 | e785bdec8ebae7a8b6ec9e8f |
UHC | 煽쎺稶잏 | 1110000011000011100110111110000111101001111100111001111111100111 | e0c39be1e9f39fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)