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 | 劑嵌德堰 | 1001100110011101100110111100011011111010101110101000100110000001 | 999d9bc6faba8981 |
EUC-JP | 劑嵌?堰 | 11010001111111011101011011001000001111111011000111100001 | d1fdd6c83fb1e1 |
UTF-8 | 劑嵌德堰 | 111001011000101010010001111001011011010110001100111001011011111010110111111001011010000010110000 | e58a91e5b58ce5beb7e5a0b0 |
UHC | 劑嵌德堰 | 1111000010100101110010101110111011010011111011001110010111101000 | f0a5caeed3ece5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)