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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒔蒔裔 | 11110000101001111000111010101010111100001011001110001110101010101110010111100001 | f0a78eaaf0b38eaae5e1 |
EUC-JP | ?蒔?蒔裔 | 0011111110111100101011000011111110111100101011001110101011100011 | 3fbcac3fbcaceae3 |
UTF-8 | 蒔蒔裔 | 111011101000000110100110111010001001001010010100111011101000000110110010111010001001001010010100111010001010001110010100 | ee81a6e89294ee81b2e89294e8a394 |
UHC | ?蒔?蒔裔 | 0011111111100011110010000011111111100011110010001110011111100000 | 3fe3c83fe3c8e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)