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 | 耀??搖? | 10010111011100110011111100111111100111011000101000111111 | 97733f3f9d8a3f |
EUC-JP | 耀??搖? | 11001101110101000011111100111111110110011110101000111111 | cdd43f3fd9ea3f |
UTF-8 | 耀뷂쪓搖ⓨ | 111010001000000010000000111010111011011110000010111011001010101010010011111001101001000010010110111000101001001110101000 | e88080ebb782ecaa93e69096e293a8 |
UHC | 耀뷂쪓搖ⓨ | 11101001101001011001010011101111101001011000110111101000111101001010100011100101 | e9a594efa58de8f4a8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)