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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈???? | 100111101111010000111111001111110011111100111111 | 9ef43f3f3f3f |
EUC-JP | 橈???? | 110111001111011000111111001111110011111100111111 | dcf63f3f3f3f |
UTF-8 | 橈덆쨹濾뗧 | 111001101010100110001000111010111000110110000110111011001010100010111001111011111010011010000100111010111001011110100111 | e6a988eb8d86eca8b9efa684eb97a7 |
UHC | 橈덆쨹濾뗧 | 11101000111110101000100011101001101001001001001111100110101001001000101111100111 | e8fa88e9a493e6a48be7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)