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 | 舒鬪}舒鬪{^ | 1001100010101110111010011010101001111101100110001010111011101001101010100111101101011110 | 98aee9aa7d98aee9aa7b5e |
EUC-JP | 舒鬪}舒鬪{^ | 1101000010110000111100101010110001111101110100001011000011110010101011000111101101011110 | d0b0f2ac7dd0b0f2ac7b5e |
UTF-8 | 舒鬪}舒鬪{^ | 111010001000100010010010111010011010110010101010011111011110100010001000100100101110100110101100101010100111101101011110 | e88892e9acaa7de88892e9acaa7b5e |
UHC | 舒鬪}舒鬪{^ | 1110000010100010111101111110001101111101111000001010001011110111111000110111101101011110 | e0a2f7e37de0a2f7e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)