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 | 闖ー譴 | 1110100010001111101100001110011010100010 | e88fb0e6a2 |
EUC-JP | 闖ー譴 | 111011111110111110001110101100001110110010100100 | efef8eb0eca4 |
UTF-8 | 闖ー譴 | 111010011001011110010110111011111011110110110000111010001010110110110100 | e99796efbdb0e8adb4 |
UHC | 闖?譴 | 1111011111100110001111111100110010111001 | f7e63fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)