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 | ??葬?淳? | 0011111100111111100100011001001000111111100011110111111000111111 | 3f3f91923f8f7e3f |
EUC-JP | ??葬?淳? | 0011111100111111110000011111001000111111101111011101111100111111 | 3f3fc1f23fbddf3f |
UTF-8 | 履렰葬렱淳렣 | 111011111010011110011111111010111010000010110000111010001001000110101100111010111010000010110001111001101011011110110011111010111010000010100011 | efa79feba0b0e891aceba0b1e6b7b3eba0a3 |
UHC | 履렰葬렱淳렣 | 111011001010101010001110101111011110110111110111100011101011111011100010111010001000111010110100 | ecaa8ebdedf78ebee2e88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)