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 | 永??役ц? | 100010010110100100111111001111111001011011110000100001001000100000111111 | 89693f3f96f084883f |
EUC-JP | 永??役ц? | 101100011100101000111111001111111100110011110010101001111110100000111111 | b1ca3f3fccf2a7e83f |
UTF-8 | 永쏃젒役ц떃 | 1110011010110000101110001110110010001111100000111110110010100000100100101110010110111101101110011101000110000110111010111001011010000011 | e6b0b8ec8f83eca092e5bdb9d186eb9683 |
UHC | 永쏃젒役ц떃 | 111001111011010110011011111010011010000010010001111001101011010110101100111010001000101110011001 | e7b59be9a091e6b5ace88b99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)