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 | 如??瘟 | 100101000100000000111111001111111110000110001001 | 94403f3fe189 |
EUC-JP | 如??瘟 | 110001111010000100111111001111111110000111101001 | c7a13f3fe1e9 |
UTF-8 | 如닻쎁瘟 | 111001011010011010000010111010111000101110111011111011001000111010000001111001111001100010011111 | e5a682eb8bbbec8e81e7989f |
UHC | 如닻쎁瘟 | 1110010111111101101101001110100110011011101010111110100010110000 | e5fdb4e99babe8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)