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 | 1110000101010000001111110011111101101011 | e1503f3f6b |
EUC-JP | 甕??k | 1110000110110001001111110011111101101011 | e1b13f3f6b |
UTF-8 | 甕먲슈k | 11100111100101001001010111101011101010001011001011101100100010101000100001101011 | e79495eba8b2ec8a886b |
UHC | 甕먲슈k | 11101000101110001001000011101111101111011011010001101011 | e8b890efbdb46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)