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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佇??億 | 100110001100100000111111001111111000100110101101 | 98c83f3f89ad |
EUC-JP | 佇??億 | 110100001100101000111111001111111011001010101111 | d0ca3f3fb2af |
UTF-8 | 佇얘짊億 | 111001001011110110000111111011001001011010011000111011001010011110001010111001011000010010000100 | e4bd87ec9698eca78ae58484 |
UHC | 佇얘짊億 | 1110111010110111101111101110101011000001111110111110010111100010 | eeb7beeac1fbe5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)