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 | ??瞼悠 | 001111110011111111100001110110011001011101001001 | 3f3fe1d99749 |
EUC-JP | ??瞼悠 | 001111110011111111100010110110111100110110101010 | 3f3fe2dbcdaa |
UTF-8 | 룶짖瞼悠 | 111010111010001110110110111011001010011110010110111001111001111010111100111001101000001010100000 | eba3b6eca796e79ebce682a0 |
UHC | 룶짖瞼悠 | 1000111110101011110000101010001011001100101000011110101011101101 | 8fabc2a2cca1eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)