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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 穩?\}穩?\{^ | 1110001001110010001111110101110001111101111000100111001000111111010111000111101101011110 | e2723f5c7de2723f5c7b5e |
EUC-JP | 穩?\}穩?\{^ | 1110001111010011001111110101110001111101111000111101001100111111010111000111101101011110 | e3d33f5c7de3d33f5c7b5e |
UTF-8 | 穩튚\}穩튚\{^ | 1110011110101001101010011110110110001010100110100101110001111101111001111010100110101001111011011000101010011010010111000111101101011110 | e7a9a9ed8a9a5c7de7a9a9ed8a9a5c7b5e |
UHC | 穩튚\}穩튚\{^ | 11101000101100011011101001001011010111000111110111101000101100011011101001001011010111000111101101011110 | e8b1ba4b5c7de8b1ba4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)