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 | 뭷瀣겂뭷瀣겂^ | 11101011101011011011011111100111100000001010001111101010101100101000001011101011101011011011011111100111100000001010001111101010101100101000001001011110 | ebadb7e780a3eab282ebadb7e780a3eab2825e |
UHC | 뭷瀣겂뭷瀣겂^ | 10010010100001101111101010101110100000011010001110010010100001101111101010101110100000011010001101011110 | 9286faae81a39286faae81a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)