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 | ?瀣??瀣?^ | 0011111110001111110010011011000100111111001111111000111111001001101100010011111101011110 | 3f8fc9b13f3f8fc9b13f5e |
UTF-8 | 뫎瀣겂뫎瀣겂^ | 11101011101010111000111011100111100000001010001111101010101100101000001011101011101010111000111011100111100000001010001111101010101100101000001001011110 | ebab8ee780a3eab282ebab8ee780a3eab2825e |
UHC | 뫎瀣겂뫎瀣겂^ | 10010001101100001111101010101110100000011010001110010001101100001111101010101110100000011010001101011110 | 91b0faae81a391b0faae81a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)