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 | 秧??愉?? | 1110001001011110001111110011111110010110111110010011111100111111 | e25e3f3f96f93f3f |
EUC-JP | 秧??愉?? | 1110001110111111001111110011111111001100111110110011111100111111 | e3bf3f3fccfb3f3f |
UTF-8 | 秧덀깺愉붹뿿 | 111001111010011110100111111010111000110110000000111010101011100110111010111001101000010010001001111010111011011010111001111010111011111110111111 | e7a7a7eb8d80eab9bae68489ebb6b9ebbfbf |
UHC | 秧덀깺愉붹뿿 | 111001001110101110001000111000111000001110100110111010101111000010010100111001101001011110111111 | e4eb88e383a6eaf094e697bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)