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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?脹???? | 00111111100100101010111100111111001111110011111100111111 | 3f92af3f3f3f3f |
EUC-JP | ?脹???? | 00111111110001001011000100111111001111110011111100111111 | 3fc4b13f3f3f3f |
UTF-8 | 뤋脹텖샘렑뤋 | 111010111010010010001011111010001000010010111001111011011000010110010110111011001000001110011000111010111010000010010001111010111010010010001011 | eba48be884b9ed8596ec8398eba091eba48b |
UHC | 뤋脹텖샘렑뤋 | 100011111011101111110011111011001011011010001111101110111111100110001110101001101000111110111011 | 8fbbf3ecb68fbbf98ea68fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)