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 | 語??松ι? | 100011001110101000111111001111111000111110111100100000111100011100111111 | 8cea3f3f8fbc83c73f |
EUC-JP | 語??松ι? | 101110001110110000111111001111111011111010111110101001101100100100111111 | b8ec3f3fbebea6c93f |
UTF-8 | 語륁뼔松ι뭣 | 1110100010101010100111101110101110100101100000011110101110111100100101001110011010011101101111101100111010111001111010111010110110100011 | e8aa9eeba581ebbc94e69dbeceb9ebada3 |
UHC | 語륁뼔松ι뭣 | 111001011101111010001111111011001001011010011100111000011110011010100101111010011011100110111101 | e5de8fec969ce1e6a5e9b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)