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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踵幄f | 111001101111100110011011111010001000001010000110 | e6f99be88286 |
EUC-JP | 踵幄f | 111011001111101111010110111010101010001111100110 | ecfbd6eaa3e6 |
UTF-8 | 踵幄f | 111010001011100010110101111001011011100110000100111011111011110110000110 | e8b8b5e5b984efbd86 |
UHC | 踵幄f | 111100011010001011100100110000011010001111100110 | f1a2e4c1a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)