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 | ????れ? | 00111111001111110011111100111111100000101110101000111111 | 3f3f3f3f82ea3f |
EUC-JP | ????れ? | 00111111001111110011111100111111101001001110110000111111 | 3f3f3f3fa4ec3f |
UTF-8 | 吏뱀굅淋れ껜 | 111011111010011110011110111010111011000110000000111010101011010110000101111011111010011110110101111000111000001010001100111010101011101110011100 | efa79eebb180eab585efa7b5e3828ceabb9c |
UHC | 吏뱀굅淋れ껜 | 111011001010011110111001111011001011000110110000111011001111100010101010111011001011001010110100 | eca7b9ecb1b0ecf8aaecb2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)