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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??錚橋??^ | 001111110011111111101000010000101000101110110100001111110011111101011110 | 3f3fe8428bb43f3f5e |
EUC-JP | ??錚橋??^ | 001111110011111111101111101000111011011010110110001111110011111101011110 | 3f3fefa3b6b63f3f5e |
UTF-8 | 易렕錚橋렯렭^ | 11101111101001111010000011101011101000001001010111101001100011001001101011100110101010011000101111101011101000001010111111101011101000001010110101011110 | efa7a0eba095e98c9ae6a98beba0afeba0ad5e |
UHC | 易렕錚橋렯렭^ | 11101100101011111000111010101010111011101011011011001110111010011000111010111100100011101011101001011110 | ecaf8eaaeeb6cee98ebc8eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)