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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 只陌?^ | 100100011111110011101000100110010011111101011110 | 91fce8993f5e |
EUC-JP | 只陌?^ | 110000101111111011101111111110010011111101011110 | c2feeff93f5e |
UTF-8 | 只陌ㄻ^ | 11100101100011111010101011101001100110011000110011100011100001001011101101011110 | e58faae9998ce384bb5e |
UHC | 只陌ㄻ^ | 11110001111111101101100011101000101001001010101101011110 | f1fed8e8a4ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)