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 | 拉樢}拉樢{^ | 1001110101100110100111101111011001111101100111010110011010011110111101100111101101011110 | 9d669ef67d9d669ef67b5e |
EUC-JP | 拉樢}拉樢{^ | 1101100111000111110111001111100001111101110110011100011111011100111110000111101101011110 | d9c7dcf87dd9c7dcf87b5e |
UTF-8 | 拉樢}拉樢{^ | 111001101000101110001001111001101010100010100010011111011110011010001011100010011110011010101000101000100111101101011110 | e68b89e6a8a27de68b89e6a8a27b5e |
UHC | 拉?}拉?{^ | 110101011100001100111111011111011101010111000011001111110111101101011110 | d5c33f7dd5c33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)