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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 前?蹈 | 1001000101001111001111111110011101000100 | 914f3fe744 |
EUC-JP | 前?蹈 | 1100000110110000001111111110110110100101 | c1b03feda5 |
UTF-8 | 前뀌蹈 | 111001011000100110001101111010111000000010001100111010001011100110001000 | e5898deb808ce8b988 |
UHC | 前뀌蹈 | 111011101111000110110010111011101101010010110000 | eef1b2eed4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)