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 | 域??五 | 100010001110011000111111001111111000110011011100 | 88e63f3f8cdc |
EUC-JP | 域??五 | 101100001110100000111111001111111011100011011110 | b0e83f3fb8de |
UTF-8 | 域밸젡五 | 111001011001111110011111111010111011000010111000111011001010000010100001111001001011101010010100 | e59f9febb0b8eca0a1e4ba94 |
UHC | 域밸젡五 | 1110011010110100101110011110101110100000100110101110011111101001 | e6b4b9eba09ae7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)