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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謦鳶カ寘懈仆 | 1110011010010010100100111100111010110110111110101010100110011100111001101001100010111011 | e69293ceb6faa99ce698bb |
EUC-JP | 謦鳶カ寘懈仆 | 11101011111100101100011011010000100011101011011010001111101110101110000111011000111010001101000010111101 | ebf2c6d08eb68fbae1d8e8d0bd |
UTF-8 | 謦鳶カ寘懈仆 | 111010001010110010100110111010011011001110110110111011111011110110110110111001011010111110011000111001101000011110001000111001001011101110000110 | e8aca6e9b3b6efbdb6e5af98e68788e4bb86 |
UHC | ?鳶??懈? | 0011111111100110111010010011111100111111111110101010101100111111 | 3fe6e93f3ffaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)