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 | 畯???宜? | 1111101101101111001111110011111100111111100010110101100000111111 | fb6f3f3f3f8b583f |
EUC-JP | 畯???宜? | 100011111100110110111011001111110011111100111111101101011011100100111111 | 8fcdbb3f3f3fb5b93f |
UTF-8 | 畯얜렰렋宜렭 | 111001111001010110101111111011001001011010011100111010111010000010110000111010111010000010001011111001011010111010011100111010111010000010101101 | e795afec969ceba0b0eba08be5ae9ceba0ad |
UHC | 畯얜렰렋宜렭 | 111100011110000110111110111010111000111010111101100011101010001011101011111100011000111010111010 | f1e1beeb8ebd8ea2ebf18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)