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^ | 111010111110001110010100111011001000001110111001010111100110010101011110 | ebe394ec83b95e655e |
SJIS-WIN | ??????^e^ | 001111110011111100111111001111110011111100111111010111100110010101011110 | 3f3f3f3f3f3f5e655e |
EUC-JP | ëã?ì??^e^ | 100011111010101110110011100011111010101110101010001111111000111110101011110000000011111100111111010111100110010101011110 | 8fabb38fabaa3f8fabc03f3f5e655e |
UTF-8 | ëãì¹^e^ | 110000111010101111000011101000111100001010010100110000111010110011000010100000111100001010111001010111100110010101011110 | c3abc3a3c294c3acc283c2b95e655e |
UHC | ?????¹^e^ | 00111111001111110011111100111111001111111010100111110110010111100110010101011110 | 3f3f3f3f3fa9f65e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)