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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ?謁?k | 0011111110001001011110010011111101101011 | 3f89793f6b |
EUC-JP | ?謁?k | 0011111110110001110110100011111101101011 | 3fb1da3f6b |
UTF-8 | 솝謁셉k | 11101100100001101001110111101000101011001000000111101100100001011000100101101011 | ec869de8ac81ec85896b |
UHC | 솝謁셉k | 10111100110110011110010011010111101111001100000101101011 | bcd9e4d7bcc16b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)