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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????穿? | 0011111100111111001111110011111100111111100100001111101000111111 | 3f3f3f3f3f90fa3f |
EUC-JP | ?????穿? | 0011111100111111001111110011111100111111110000001111110000111111 | 3f3f3f3f3fc0fc3f |
UTF-8 | 쒔렳렊롘뤚穿춲 | 111011001001001010010100111010111010000010110011111010111010000010001010111010111010000110011000111010111010010010011010111001111010100110111111111011001011011010110010 | ec9294eba0b3eba08aeba198eba49ae7a9bfecb6b2 |
UHC | 쒔렳렊롘뤚穿춲 | 1011111010101101100011101100000010001110101000011000111011011100100011111100100111110100101111101010110110001110 | bead8ec08ea18edc8fc9f4bead8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)