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 | 褊耶温 | 111001011110110110010110111010111000100110110111 | e5ed96eb89b7 |
EUC-JP | 褊耶温 | 111010101110111111001100111011011011001010111001 | eaefccedb2b9 |
UTF-8 | 褊耶温 | 111010001010010010001010111010001000000010110110111001101011100010101001 | e8a48ae880b6e6b8a9 |
UHC | ?耶? | 00111111111001011010110100111111 | 3fe5ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)