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 | 韆ケ鄧唯 | 11101000111001101011100111111011101110011001011101000010 | e8e6b9fbb99742 |
EUC-JP | 韆ケ鄧唯 | 111100001110100010001110101110011000111111100010110001111100110110100011 | f0e88eb98fe2c7cda3 |
UTF-8 | 韆ケ鄧唯 | 111010011001111110000110111011111011110110111001111010011000010010100111111001011001010010101111 | e99f86efbdb9e984a7e594af |
UHC | 韆?鄧唯 | 11110100110001110011111111010100111110001110101011100110 | f4c73fd4f8eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)