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 | 莨域恭箘 | 1110010010111100100010001110011010001011101100011110001010101110 | e4bc88e68bb1e2ae |
EUC-JP | 莨域恭箘 | 1110100010111110101100001110100010110110101100111110010010110000 | e8beb0e8b6b3e4b0 |
UTF-8 | 莨域恭箘 | 111010001000111010101000111001011001111110011111111001101000000110101101111001111010111010011000 | e88ea8e59f9fe681ade7ae98 |
UHC | ?域恭? | 001111111110011010110100110011011111000100111111 | 3fe6b4cdf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)