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 | ûÜÚç¾¹ | 111110111101110011011010111001111011111010111001 | fbdcdae7beb9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÜÚç?? | 1000111110101011111001011000111110101010111001001000111110101010111000101000111110101011101011100011111100111111 | 8fabe58faae48faae28fabae3f3f |
UTF-8 | ûÜÚç¾¹ | 110000111011101111000011100111001100001110011010110000111010011111000010101111101100001010111001 | c3bbc39cc39ac3a7c2bec2b9 |
UHC | ????¾¹ | 0011111100111111001111110011111110101000111110101010100111110110 | 3f3f3f3fa8faa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)