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 | ??|??? | 001111110011111101111100001111110011111100111111 | 3f3f7c3f3f3f |
SJIS-WIN | 郁?|煜?? | 1000100011101000001111110111110011111011010101010011111100111111 | 88e83f7cfb553f3f |
EUC-JP | 郁?|煜?? | 101100001110101000111111011111001000111111001001111111000011111100111111 | b0ea3f7c8fc9fc3f3f |
UTF-8 | 郁렪|煜렎痢 | 11101001100000111000000111101011101000001010101001111100111001111000010110011100111010111010000010001110111011111010011110100101 | e98381eba0aa7ce7859ceba08eefa7a5 |
UHC | 郁렪|煜렎痢 | 1110100111110100100011101011100001111100111010011111001010001110101001001110110010111000 | e9f48eb87ce9f28ea4ecb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)