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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???恁??? | 0011111100111111001111111001110010001100001111110011111100111111 | 3f3f3f9c8c3f3f3f |
EUC-JP | ???恁??? | 0011111100111111001111111101011111101100001111110011111100111111 | 3f3f3fd7ec3f3f3f |
UTF-8 | 吏뺥슜恁㏃ℓ淋 | 111011111010011110011110111010111011101010100101111011001000101010011100111001101000000110000001111000111000111110000011111000101000010010010011111011111010011110110101 | efa79eebbaa5ec8a9ce68181e38f83e28493efa7b5 |
UHC | 吏뺥슜恁㏃ℓ淋 | 1110110010100111100101011110110110011010101010011110110011110110101001111110110010100111101001001110110011111000 | eca795ed9aa9ecf6a7eca7a4ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)