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 | ?依?黍 | 001111111000100011001011001111111000101101101111 | 3f88cb3f8b6f |
EUC-JP | ?依?黍 | 001111111011000011001101001111111011010111010000 | 3fb0cd3fb5d0 |
UTF-8 | 렱依롘黍 | 111010111010000010110001111001001011111010011101111010111010000110011000111010011011101110001101 | eba0b1e4be9deba198e9bb8d |
UHC | 렱依롘黍 | 1000111010111110111010111110111010001110110111001110000010101000 | 8ebeebee8edce0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)