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 | 筰メ、牀 | 111000101010100111010010101001001110000010101100 | e2a9d2a4e0ac |
EUC-JP | 筰メ、牀 | 1110010010101011100011101101001010001110101001001110000010101110 | e4ab8ed28ea4e0ae |
UTF-8 | 筰メ、牀 | 111001111010110110110000111011111011111010010010111011111011110110100100111001111000100110000000 | e7adb0efbe92efbda4e78980 |
UHC | ???牀 | 0011111100111111001111111101111111010001 | 3f3f3fdfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)