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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 芩芩}芩芩{^ | 100011111101011111000011100011111101011111000011011111011000111111010111110000111000111111010111110000110111101101011110 | 8fd7c38fd7c37d8fd7c38fd7c37b5e |
UTF-8 | 芩芩}芩芩{^ | 111010001000101010101001111010001000101010101001011111011110100010001010101010011110100010001010101010010111101101011110 | e88aa9e88aa97de88aa9e88aa97b5e |
UHC | 芩芩}芩芩{^ | 1101000011011001110100001101100101111101110100001101100111010000110110010111101101011110 | d0d9d0d97dd0d9d0d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)