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 | ???泣??? | 0011111100111111001111111000101110000011001111110011111100111111 | 3f3f3f8b833f3f3f |
EUC-JP | ???泣??? | 0011111100111111001111111011010111100011001111110011111100111111 | 3f3f3fb5e33f3f3f |
UTF-8 | 列룸똾泣껅걗硫 | 111011111010011010011100111010111010001110111000111010111001100010111110111001101011001110100011111010101011101110000101111010101011000110010111111011111010011110001110 | efa69ceba3b8eb98bee6b3a3eabb85eab197efa78e |
UHC | 列룸똾泣껅걗硫 | 1110011011101010101101111110101110001100100001001110101111101000100000111110011010000001100000101110101110101001 | e6eab7eb8c84ebe883e68182eba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)