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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | カ泚軆 | 11110010101111111011011011111010111110011110011101011100 | f2bfb6faf9e75c |
EUC-JP | ?カ泚軆 | 0011111110001110101101101000111111000111101000011110110110111101 | 3f8eb68fc7a1edbd |
UTF-8 | カ泚軆 | 111011101000011110110110111011111011110110110110111001101011001110011010111010001011101110000110 | ee87b6efbdb6e6b39ae8bb86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)