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 | 茉詞蛙 | 111001001001110110001110100011001000101001011110 | e49d8e8c8a5e |
EUC-JP | 茉詞蛙 | 111001111111110110111011111011001011001110111111 | e7fdbbecb3bf |
UTF-8 | 茉詞蛙 | 111010001000110010001001111010001010100110011110111010001001101110011001 | e88c89e8a99ee89b99 |
UHC | 茉詞蛙 | 110110001100100111011110111100101110100011000011 | d8c9def2e8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)