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 | 鉚肥徐 | 111001111111010010010100111011001000111110011001 | e7f494ec8f99 |
EUC-JP | 鉚肥徐 | 111011101111011011001000111011101011110111111001 | eef6c8eebdf9 |
UTF-8 | 鉚肥徐 | 111010011000100110011010111010001000001010100101111001011011111010010000 | e9899ae882a5e5be90 |
UHC | ?肥徐 | 0011111111011101111111101101111111101111 | 3fddfedfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)