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 | ?礪鋒 | 0011111111100001111010001001011001001110 | 3fe1e8964e |
EUC-JP | ?礪鋒 | 0011111111100010111010101100101110101111 | 3fe2eacbaf |
UTF-8 | 륁礪鋒 | 111010111010010110000001111001111010010010101010111010011000101110010010 | eba581e7a4aae98b92 |
UHC | 륁礪鋒 | 100011111110110011010101111011001101110011110010 | 8fecd5ecdcf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)