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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 苑??苑??B | 100010011001000100111111001111111000100110010001001111110011111101000010 | 89913f3f89913f3f42 |
EUC-JP | 苑??苑??B | 101100011111000100111111001111111011000111110001001111110011111101000010 | b1f13f3fb1f13f3f42 |
UTF-8 | 苑욊쾿苑욊쾿B | 11101000100010111001000111101100100110101000101011101100101111101011111111101000100010111001000111101100100110101000101011101100101111101011111101000010 | e88b91ec9a8aecbebfe88b91ec9a8aecbebf42 |
UHC | 苑욊쾿苑욊쾿B | 11101010101111011001111011101010101100101001010111101010101111011001111011101010101100101001010101000010 | eabd9eeab295eabd9eeab29542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)