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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 汚??m | 1000100110011000001111110011111101101101 | 89983f3f6d |
EUC-JP | 汚??m | 1011000111111000001111110011111101101101 | b1f83f3f6d |
UTF-8 | 汚뀐쉔m | 11100110101100011001101011101011100000001001000011101100100010011001010001101101 | e6b19aeb8090ec89946d |
UHC | 汚뀐쉔m | 11100111111111011011001011101111101111011010100001101101 | e7fdb2efbda86d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)