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 | 雉雁叉驛 | 1110100010110011100010101110010110001101101100111110100110000011 | e8b38ae58db3e983 |
EUC-JP | 雉雁叉驛 | 1111000010110101101101001110011110111010101101011111000111100011 | f0b5b4e7bab5f1e3 |
UTF-8 | 雉雁叉驛 | 111010011001101110001001111010011001101110000001111001011000111110001001111010011010100110011011 | e99b89e99b81e58f89e9a99b |
UHC | 雉雁叉驛 | 1111011011001011111001001101001011110011101010011110011010111110 | f6cbe4d2f3a9e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)