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 | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | ???B恁?? | 0011111100111111001111110100001010011100100011000011111100111111 | 3f3f3f429c8c3f3f |
EUC-JP | ???B恁?? | 0011111100111111001111110100001011010111111011000011111100111111 | 3f3f3f42d7ec3f3f |
UTF-8 | 梨꾪쉯B恁띠찉 | 11101111101001111010001011101010101111101010101011101100100010011010111101000010111001101000000110000001111010111001110110100000111011001011000010001001 | efa7a2eabeaaec89af42e68181eb9da0ecb089 |
UHC | 梨꾪쉯B恁띠찉 | 11101100101100011000010011101101100110101000011101000010111011001111011010110110111011001010100110001101 | ecb184ed9a8742ecf6b6eca98d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)