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 | 慂??熱?? | 1001110011001000001111110011111110010100010011010011111100111111 | 9cc83f3f944d3f3f |
EUC-JP | 慂??熱?? | 1101100011001010001111110011111111000111101011100011111100111111 | d8ca3f3fc7ae3f3f |
UTF-8 | 慂롫젵熱뗫젺 | 111001101000010110000010111010111010000110101011111011001010000010110101111001111000011010110001111010111001011110101011111011001010000010111010 | e68582eba1abeca0b5e786b1eb97abeca0ba |
UHC | 慂롫젵熱뗫젺 | 111010011011110110001110111010111010000010101001111001101111000010001011111010111010000010101101 | e9bd8eeba0a9e6f08beba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)