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 | ?????瓜 | 00111111001111110011111100111111001111111000100101011010 | 3f3f3f3f3f895a |
EUC-JP | ?????瓜 | 00111111001111110011111100111111001111111011000110111011 | 3f3f3f3f3fb1bb |
UTF-8 | 쒔렢렋롃뤗瓜 | 111011001001001010010100111010111010000010100010111010111010000010001011111010111010000110000011111010111010010010010111111001111001001110011100 | ec9294eba0a2eba08beba183eba497e7939c |
UHC | 쒔렢렋롃뤗瓜 | 101111101010110110001110101100111000111010100010100011101100101010001111110001111100110111111110 | bead8eb38ea28eca8fc7cdfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)