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 | 俑ョ?円 | 10011000110110101000001110000111001111111000100101111110 | 98da83873f897e |
EUC-JP | 俑ョ?円 | 11010000110111001010010111100111001111111011000111011111 | d0dca5e73fb1df |
UTF-8 | 俑ョ뿏円 | 111001001011111110010001111000111000001110100111111010111011111110001111111001011000011010000110 | e4bf91e383a7ebbf8fe58686 |
UHC | 俑ョ뿏円 | 1110100110110101101010111110011110010111100101001110010111110111 | e9b5abe79794e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)