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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 堤?渦???] | 100100101110011100111111100010010101000100111111001111110011111101011101 | 92e73f89513f3f3f5d |
EUC-JP | 堤?渦???] | 110001001110100100111111101100011011001000111111001111110011111101011101 | c4e93fb1b23f3f3f5d |
UTF-8 | 堤렚渦쇘렒엾] | 11100101101000001010010011101011101000001001101011100110101110001010011011101100100001111001100011101011101000001001001011101100100101111011111001011101 | e5a0a4eba09ae6b8a6ec8798eba092ec97be5d |
UHC | 堤렚渦쇘렒엾] | 11110000101001111000111010101101111010001011111010111100111001111000111010100111101111111011001001011101 | f0a78eade8bebce78ea7bfb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)