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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 全?之? | 100100010101001100111111100101000101011000111111 | 91533f94563f |
EUC-JP | 全?之? | 110000011011010000111111110001111011011100111111 | c1b43fc7b73f |
UTF-8 | 全렰之㎰ | 111001011000010110101000111010111010000010110000111001001011100110001011111000111000111010110000 | e585a8eba0b0e4b98be38eb0 |
UHC | 全렰之㎰ | 1110111011101111100011101011110111110001111111011010011110111111 | eeef8ebdf1fda7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)