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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韈レ橾禀 | 11101000111001111101101011111010111100011110001001101000 | e8e7dafaf1e268 |
EUC-JP | 韈レ橾禀 | 111100001110100110001110110110101000111111000101101101101110001111001001 | f0e98eda8fc5b6e3c9 |
UTF-8 | 韈レ橾禀 | 111010011001111110001000111011111011111010011010111001101010100110111110111001111010011010000000 | e99f88efbe9ae6a9bee7a680 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)