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 | ?敍罌? | 001111111001110111000100111000111010000000111111 | 3f9dc4e3a03f |
EUC-JP | ?敍罌? | 001111111101101011000110111001101010001000111111 | 3fdac6e6a23f |
UTF-8 | 뾍敍罌셙 | 111010111011111010001101111001101001010110001101111001111011110110001100111011001000010110011001 | ebbe8de6958de7bd8cec8599 |
UHC | 뾍敍罌셙 | 1001011101001011110111111111001111100101101000101001100101100001 | 974bdff3e5a29961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)