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 | 甑陌????^ | 100011011001100111101000100110010011111100111111001111110011111101011110 | 8d99e8993f3f3f3f5e |
EUC-JP | 甑陌??洹?^ | 1011100111111001111011111111100100111111001111111000111111000111101110100011111101011110 | b9f9eff93f3f8fc7ba3f5e |
UTF-8 | 甑陌렏렋洹렔^ | 11100111100101001001000111101001100110011000110011101011101000001000111111101011101000001000101111100110101101001011100111101011101000001001010001011110 | e79491e9998ceba08feba08be6b4b9eba0945e |
UHC | 甑陌렏렋洹렔^ | 11110001111101111101100011101000100011101010010110001110101000101110101010110111100011101010100101011110 | f1f7d8e88ea58ea2eab78ea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)