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 | ?????R?? | 0011111100111111001111110011111100111111010100100011111100111111 | 3f3f3f3f3f523f3f |
SJIS-WIN | ?????R?? | 0011111100111111001111110011111100111111010100100011111100111111 | 3f3f3f3f3f523f3f |
EUC-JP | ?????R?? | 0011111100111111001111110011111100111111010100100011111100111111 | 3f3f3f3f3f523f3f |
UTF-8 | 찾쩌혡혢혧R책채 | 11101100101100001011111011101100101010011000110011101101100110001010000111101101100110001010001011101101100110001010011101010010111011001011000110000101111011001011000110000100 | ecb0beeca98ced98a1ed98a2ed98a752ecb185ecb184 |
UHC | 찾쩌혡혢혧R책채 | 110000111010001111000010101111001100001010001010110000101000101111000010100011110101001011000011101001011100001110100100 | c3a3c2bcc28ac28bc28f52c3a5c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)