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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 涅??奎役 | 1001111110111000001111110011111110011010111101011001011011110000 | 9fb83f3f9af596f0 |
EUC-JP | 涅??奎役 | 1101111010111010001111110011111111010100111101111100110011110010 | deba3f3fd4f7ccf2 |
UTF-8 | 涅멸낮奎役 | 111001101011011010000101111010111010100110111000111010111000001010101110111001011010010110001110111001011011110110111001 | e6b685eba9b8eb82aee5a58ee5bdb9 |
UHC | 涅멸낮奎役 | 11100110111011101011100011101010101100111011011111010000101001011110011010110101 | e6eeb8eab3b7d0a5e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)