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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 秧??押?? | 1110001001011110001111110011111110001001100111110011111100111111 | e25e3f3f899f3f3f |
EUC-JP | 秧??押?? | 1110001110111111001111110011111110110010101000010011111100111111 | e3bf3f3fb2a13f3f |
UTF-8 | 秧ⓧ푳押덂뜥 | 111001111010011110100111111000101001001110100111111011011001000110110011111001101000101010111100111010111000110110000010111010111001110010100101 | e7a7a7e293a7ed91b3e68abceb8d82eb9ca5 |
UHC | 秧ⓧ푳押덂뜥 | 111001001110101110101000111001001011111010000001111001001110001110001000111001011000110110101000 | e4eba8e4be81e4e388e58da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)