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 | ðè | 11000011101100001100001110101000 | c3b0c3a8 |
SJIS-WIN | ?°?¨ | 001111111000000110001011001111111000000101001110 | 3f818b3f814e |
EUC-JP | ðè | 10001111101010101010101010100001111010111000111110101010101010101010000110101111 | 8faaaaa1eb8faaaaa1af |
UTF-8 | ðè | 1100001110000011110000101011000011000011100000111100001010101000 | c383c2b0c383c2a8 |
UHC | ?°?¨ | 001111111010000111000110001111111010000110100111 | 3fa1c63fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)