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 | ??始? | 0011111100111111100011100110111000111111 | 3f3f8e6e3f |
EUC-JP | ??始? | 0011111100111111101110111100111100111111 | 3f3fbbcf3f |
UTF-8 | 쁟띃始렒 | 111011001000000110011111111010111001110110000011111001011010011110001011111010111010000010010010 | ec819feb9d83e5a78beba092 |
UHC | 쁟띃始렒 | 1001100001100011100011011011111011100011101101111000111010100111 | 98638dbee3b78ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)