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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 絪??絪??^ | 1000111111010011111011000011111100111111100011111101001111101100001111110011111101011110 | 8fd3ec3f3f8fd3ec3f3f5e |
UTF-8 | 絪뉓첑絪뉗콟^ | 11100111101101011010101011101011100010011001001111101100101100101001000111100111101101011010101011101011100010011001011111101100101111011001111101011110 | e7b5aaeb8993ecb291e7b5aaeb8997ecbd9f5e |
UHC | 絪뉓첑絪뉗콟^ | 11101100110111111000011111101000101010101001111011101100110111111000011111101100101100011001011101011110 | ecdf87e8aa9eecdf87ecb1975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)