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 | 阻?袁? | 100100010110101000111111111001011100110100111111 | 916a3fe5cd3f |
EUC-JP | 阻?袁? | 110000011100101100111111111010101100111100111111 | c1cb3feacf3f |
UTF-8 | 阻렼袁렚 | 111010011001100010111011111010111010000010111100111010001010001010000001111010111010000010011010 | e998bbeba0bce8a281eba09a |
UHC | 阻렼袁렚 | 1111000011100110100011101100010011101010101111101000111010101101 | f0e68ec4eabe8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)