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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횖짬혧쩌첵횉 | 111011011001101010010110111011001010011110101100111011011001100010100111111011001010100110001100111011001011001010110101111011011001101010001001 | ed9a96eca7aced98a7eca98cecb2b5ed9a89 |
UHC | 횖짬혧쩌첵횉 | 110000111001000011000010101010111100001010001111110000101011110011000011101111011100001110000111 | c390c2abc28fc2bcc3bdc387 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)