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 | ????^e^ | 00111111001111110011111100111111010111100110010101011110 | 3f3f3f3f5e655e |
SJIS-WIN | ????^e^ | 00111111001111110011111100111111010111100110010101011110 | 3f3f3f3f5e655e |
EUC-JP | ????^e^ | 00111111001111110011111100111111010111100110010101011110 | 3f3f3f3f5e655e |
UTF-8 | 센션센섄^e^ | 111011001000010010111100111011001000010110011000111011001000010010111100111011001000010010000100010111100110010101011110 | ec84bcec8598ec84bcec84845e655e |
UHC | 센션센섄^e^ | 1011110010111110101111001100011110111100101111101011110010101001010111100110010101011110 | bcbebcc7bcbebca95e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)