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 | ???熱?? | 00111111001111110011111110010100010011010011111100111111 | 3f3f3f944d3f3f |
EUC-JP | ???熱?? | 00111111001111110011111111000111101011100011111100111111 | 3f3f3fc7ae3f3f |
UTF-8 | 醴븍젻熱뗫젧 | 111011111010011010110111111010111011100010001101111011001010000010111011111001111000011010110001111010111001011110101011111011001010000010100111 | efa6b7ebb88deca0bbe786b1eb97abeca0a7 |
UHC | 醴븍젻熱뗫젧 | 111001111110010010111010111010111010000010101110111001101111000010001011111010111010000010011111 | e7e4baeba0aee6f08beba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)