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 | 雍剃ケ槫 | 11101000101101001001001011100100101110011001111011100101 | e8b492e4b99ee5 |
EUC-JP | 雍剃ケ槫 | 1111000010110110110001001110011010001110101110011101110011100111 | f0b6c4e68eb9dce7 |
UTF-8 | 雍剃ケ槫 | 111010011001101110001101111001011000100110000011111011111011110110111001111001101010011110101011 | e99b8de58983efbdb9e6a7ab |
UHC | 雍剃?? | 111010001011110011110100111011110011111100111111 | e8bcf4ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)