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 | 伊蝎?? | 100010001100100111100101100110010011111100111111 | 88c9e5993f3f |
EUC-JP | 伊蝎?? | 101100001100101111101001111110010011111100111111 | b0cbe9f93f3f |
UTF-8 | 伊蝎뇬롈 | 111001001011110010001010111010001001110110001110111010111000011110101100111010111010000110001000 | e4bc8ae89d8eeb87aceba188 |
UHC | 伊蝎뇬롈 | 1110110010100101110010101110100110110100101001001000111011001110 | eca5cae9b4a48ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)