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 | ミキ莠鑈 | 110100001011011111100100101110101111101111100111 | d0b7e4bafbe7 |
EUC-JP | ミキ莠鑈 | 100011101101000010001110101101111110100010111100100011111110010111101011 | 8ed08eb7e8bc8fe5eb |
UTF-8 | ミキ莠鑈 | 111011111011111010010000111011111011110110110111111010001000111010100000111010011001000110001000 | efbe90efbdb7e88ea0e99188 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)