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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紆橈小 | 111000101111110010011110111101001000111110101100 | e2fc9ef48fac |
EUC-JP | 紆橈小 | 111001001111111011011100111101101011111010101110 | e4fedcf6beae |
UTF-8 | 紆橈小 | 111001111011010010000110111001101010100110001000111001011011000010001111 | e7b486e6a988e5b08f |
UHC | 紆橈小 | 111010011110000111101000111110101110000110110011 | e9e1e8fae1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)