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 | 曖??曖??^ | 100111100100001000111111001111111001111001000010001111110011111101011110 | 9e423f3f9e423f3f5e |
EUC-JP | 曖??曖??^ | 110110111010001100111111001111111101101110100011001111110011111101011110 | dba33f3fdba33f3f5e |
UTF-8 | 曖쒏땼曖쒎콉^ | 11100110100110111001011011101100100100101000111111101011100101011011110011100110100110111001011011101100100100101000111011101100101111011000100101011110 | e69b96ec928feb95bce69b96ec928eecbd895e |
UHC | 曖쒏땼曖쒎콉^ | 11100100111100101001110011100110100010111001001011100100111100101001110011100101101100011000010101011110 | e4f29ce68b92e4f29ce5b1855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)