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 | 憶?? | 10001001101011110011111100111111 | 89af3f3f |
EUC-JP | 憶?? | 10110010101100010011111100111111 | b2b13f3f |
UTF-8 | 憶닻옾 | 111001101000011010110110111010111000101110111011111011001001100010111110 | e686b6eb8bbbec98be |
UHC | 憶닻옾 | 111001011110001110110100111010011001111010110011 | e5e3b4e99eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)