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 | õÓü¹] | 1111010111010011111111001011100101011101 | f5d3fcb95d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | õÓü?] | 1000111110101011110110001000111110101010110100011000111110101011111001000011111101011101 | 8fabd88faad18fabe43f5d |
UTF-8 | õÓü¹] | 110000111011010111000011100100111100001110111100110000101011100101011101 | c3b5c393c3bcc2b95d |
UHC | ???¹] | 001111110011111100111111101010011111011001011101 | 3f3f3fa9f65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)