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 | ?夏庭? | 001111111000100111000100100100101110101100111111 | 3f89c492eb3f |
EUC-JP | ?夏庭? | 001111111011001011000110110001001110110100111111 | 3fb2c6c4ed3f |
UTF-8 | 뤋夏庭짦 | 111010111010010010001011111001011010010010001111111001011011101010101101111011001010011110100110 | eba48be5a48fe5baadeca7a6 |
UHC | 뤋夏庭짦 | 1000111110111011111110011011111011101111110101001010010001000110 | 8fbbf9beefd4a446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)