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 | ûÄt | 111110111100010010000011100010001000011101110100 | fbc483888774 |
SJIS-WIN | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
EUC-JP | ûÄ???t | 10001111101010111110010110001111101010101010001100111111001111110011111101110100 | 8fabe58faaa33f3f3f74 |
UTF-8 | ûÄt | 1100001110111011110000111000010011000010100000111100001010001000110000101000011101110100 | c3bbc384c283c288c28774 |
UHC | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)