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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 庾??庾 | 1000111110111100110011100011111100111111100011111011110011001110 | 8fbcce3f3f8fbcce |
UTF-8 | 庾싳겒庾 | 111001011011101010111110111011001000101110110011111010101011001010010010111001011011101010111110 | e5babeec8bb3eab292e5babe |
UHC | 庾싳겒庾 | 1110101011101100100110101110110010000001101010101110101011101100 | eaec9aec81aaeaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)