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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 汝??押?] | 1001001111110000001111110011111110001001100111110011111101011101 | 93f03f3f899f3f5d |
EUC-JP | 汝??押?] | 1100011011110010001111110011111110110010101000010011111101011101 | c6f23f3fb2a13f5d |
UTF-8 | 汝싩텥押턖] | 11100110101100011001110111101100100010111010100111101101100001011010010111100110100010101011110011101101100001001001011001011101 | e6b19dec8ba9ed85a5e68abced84965d |
UHC | 汝싩텥押턖] | 1110011010100011100110101110011110110110100110101110010011100011101101100101000101011101 | e6a39ae7b69ae4e3b6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)