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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 儀???ъ? | 1000101101010110001111110011111100111111100001001000110000111111 | 8b563f3f3f848c3f |
EUC-JP | 儀??縕ъ? | 10110101101101110011111100111111100011111101010011000010101001111110110000111111 | b5b73f3f8fd4c2a7ec3f |
UTF-8 | 儀쒏튂縕ъ뮏 | 1110010110000100100000001110110010010010100011111110110110001010100000101110011110111000100101011101000110001010111010111010111010001111 | e58480ec928fed8a82e7b895d18aebae8f |
UHC | 儀쒏튂縕ъ뮏 | 111010111111000010011100111001101011100110011000111010001011001010101100111011001001001010011100 | ebf09ce6b998e8b2acec929c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)