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^ | 1111101111000100100001001000100110000100101101110110010101011110 | fbc4848984b7655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ûÄ????e^ | 100011111010101111100101100011111010101010100011001111110011111100111111001111110110010101011110 | 8fabe58faaa33f3f3f3f655e |
UTF-8 | ûÄ·e^ | 1100001110111011110000111000010011000010100001001100001010001001110000101000010011000010101101110110010101011110 | c3bbc384c284c289c284c2b7655e |
UHC | ?????·e^ | 001111110011111100111111001111110011111110100001101001000110010101011110 | 3f3f3f3f3fa1a4655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)