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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | ?脹???x | 00111111100100101010111100111111001111110011111101111000 | 3f92af3f3f3f78 |
EUC-JP | ?脹???x | 00111111110001001011000100111111001111110011111101111000 | 3fc4b13f3f3f78 |
UTF-8 | 뤋脹틣샅렢x | 11101011101001001000101111101000100001001011100111101101100010111010001111101100100000111000010111101011101000001010001001111000 | eba48be884b9ed8ba3ec8385eba0a278 |
UHC | 뤋脹틣샅렢x | 1000111110111011111100111110110010111010100011111011101111110100100011101011001101111000 | 8fbbf3ecba8fbbf48eb378 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)