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 | ???恁?? | 00111111001111110011111110011100100011000011111100111111 | 3f3f3f9c8c3f3f |
EUC-JP | ??Ł恁?? | 001111110011111110001111101010011010100011010111111011000011111100111111 | 3f3f8fa9a8d7ec3f3f |
UTF-8 | 淋⑹Ł恁룻삛 | 1110111110100111101101011110001010010001101110011100010110000001111001101000000110000001111010111010001110111011111011001000001010011011 | efa7b5e291b9c581e68181eba3bbec829b |
UHC | 淋⑹Ł恁룻삛 | 111011001111100010101001111011001010100010101001111011001111011010110111111011011001100010011110 | ecf8a9eca8a9ecf6b7ed989e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)