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 | 涅??奎涅 | 1001111110111000001111110011111110011010111101011001111110111000 | 9fb83f3f9af59fb8 |
EUC-JP | 涅??奎涅 | 1101111010111010001111110011111111010100111101111101111010111010 | deba3f3fd4f7deba |
UTF-8 | 涅멸랜奎涅 | 111001101011011010000101111010111010100110111000111010111001111010011100111001011010010110001110111001101011011010000101 | e6b685eba9b8eb9e9ce5a58ee6b685 |
UHC | 涅멸랜奎涅 | 11100110111011101011100011101010101101111010001111010000101001011110011011101110 | e6eeb8eab7a3d0a5e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)