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 | 邑ζ?? | 100101110101011110000011110001000011111100111111 | 975783c43f3f |
EUC-JP | 邑ζ?薏 | 1100110110111000101001101100011000111111100011111101100111011110 | cdb8a6c63f8fd9de |
UTF-8 | 邑ζ뵸薏 | 1110100110000010100100011100111010110110111010111011010110111000111010001001011010001111 | e98291ceb6ebb5b8e8968f |
UHC | 邑ζ뵸薏 | 1110101111101001101001011110011010010100101101101110101111111011 | ebe9a5e694b6ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)