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 | 灌疇貉 | 100111111111001111100001011001011110011010111001 | 9ff3e165e6b9 |
EUC-JP | 灌疇貉 | 110111101111010111100001110001101110110010111011 | def5e1c6ecbb |
UTF-8 | 灌疇貉 | 111001111000000110001100111001111001011010000111111010001011001010001001 | e7818ce79687e8b289 |
UHC | 灌疇? | 1100111010110100111100011100001000111111 | ceb4f1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)