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 | ????ひ | 001111110011111100111111001111111000001011010000 | 3f3f3f3f82d0 |
EUC-JP | ????ひ | 001111110011111100111111001111111010010011010010 | 3f3f3f3fa4d2 |
UTF-8 | 룶웡룶즽ひ | 111010111010001110110110111011001001101110100001111010111010001110110110111011001010011010111101111000111000000110110010 | eba3b6ec9ba1eba3b6eca6bde381b2 |
UHC | 룶웡룶즽ひ | 10001111101010111011111111111101100011111010101110100011100011111010101011010010 | 8fabbffd8faba38faad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)