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 | ?ョ?抑 | 001111111000001110000111001111111001011101111101 | 3f83873f977d |
EUC-JP | ?ョ?抑 | 001111111010010111100111001111111100110111011110 | 3fa5e73fcdde |
UTF-8 | 歷ョ뮧抑 | 111011111010011010001100111000111000001110100111111010111010111010100111111001101000101010010001 | efa68ce383a7ebaea7e68a91 |
UHC | 歷ョ뮧抑 | 1110011010111000101010111110011110010010101100101110010111100100 | e6b8abe792b2e5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)