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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 形??娟雨 | 1000110001100000001111110011111110011011010011101000100101001010 | 8c603f3f9b4e894a |
EUC-JP | 形?雩娟雨 | 10110111110000010011111110001111111001101111101011010101101011111011000110101011 | b7c13f8fe6fad5afb1ab |
UTF-8 | 形렠雩娟雨 | 111001011011110110100010111010111010000010100000111010011001101110101001111001011010100010011111111010011001101110101000 | e5bda2eba0a0e99ba9e5a89fe99ba8 |
UHC | 形렠雩娟雨 | 11111011101000011000111010110001111010011110110011100110110000101110100111101011 | fba18eb1e9ece6c2e9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)