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 | 域??掖?? | 1000100011100110001111110011111110011101011101000011111100111111 | 88e63f3f9d743f3f |
EUC-JP | 域??掖?? | 1011000011101000001111110011111111011001110101010011111100111111 | b0e83f3fd9d53f3f |
UTF-8 | 域밸젡掖곕젾 | 111001011001111110011111111010111011000010111000111011001010000010100001111001101000111010010110111010101011001110010101111011001010000010111110 | e59f9febb0b8eca0a1e68e96eab395eca0be |
UHC | 域밸젡掖곕젾 | 111001101011010010111001111010111010000010011010111001001111101010110000111010111010000010110000 | e6b4b9eba09ae4fab0eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)