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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?納削??∵ | 001111111001010001011011100011011110110100111111001111111000000111100110 | 3f945b8ded3f3f81e6 |
EUC-JP | ?納削?珹∵ | 0011111111000111101111001011101011101111001111111000111111001011111110111010001011101000 | 3fc7bcbaef3f8fcbfba2e8 |
UTF-8 | 룶納削룵珹∵ | 111010111010001110110110111001111011010010001101111001011000100110001010111010111010001110110101111001111000111110111001111000101000100010110101 | eba3b6e7b48de5898aeba3b5e78fb9e288b5 |
UHC | 룶納削룵珹∵ | 100011111010101111010010101000011101111011111011100011111010101011100000111110111010000111110001 | 8fabd2a1defb8faae0fba1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)