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 | 瑾菠莢 | 111000001111010111100100110010001110010010110000 | e0f5e4c8e4b0 |
EUC-JP | 瑾菠莢 | 111000001111011111101000110010101110100010110010 | e0f7e8cae8b2 |
UTF-8 | 瑾菠莢 | 111001111001000110111110111010001000111110100000111010001000111010100010 | e791bee88fa0e88ea2 |
UHC | 瑾?莢 | 1101000011001000001111111111101011111000 | d0c83ffaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)