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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釶ケ辣吮゚ | 1110011111011111101110011110011110000101100110011110001011011111 | e7dfb9e78599e2df |
EUC-JP | 釶ケ辣吮゚ | 11101110111000011000111010111001111011011110010111010010111001001000111011011111 | eee18eb9ede5d2e48edf |
UTF-8 | 釶ケ辣吮゚ | 111010011000011110110110111011111011110110111001111010001011111010100011111001011001000010101110111011111011111010011111 | e987b6efbdb9e8bea3e590aeefbe9f |
UHC | ??辣?? | 001111110011111111010101101110000011111100111111 | 3f3fd5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)