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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??疑?怨?^ | 001111110011111110001011010111100011111110001001100001010011111101011110 | 3f3f8b5e3f89853f5e |
EUC-JP | ??疑?怨龐^ | 0011111100111111101101011011111100111111101100011110010110001111111011011101100101011110 | 3f3fb5bf3fb1e58fedd95e |
UTF-8 | 欌렪疑렑怨龐^ | 11100110101011001000110011101011101000001010101011100111100101101001000111101011101000001001000111100110100000001010100011101001101111101001000001011110 | e6ac8ceba0aae79691eba091e680a8e9be905e |
UHC | 欌렪疑렑怨龐^ | 11101101111010111000111010111000111010111111011110001110101001101110101010110011110110111100001001011110 | edeb8eb8ebf78ea6eab3dbc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)