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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 在?戀沮♀B | 10001101110111010011111110011100111101101001111110011100100000011000101001000010 | 8ddd3f9cf69f9c818a42 |
EUC-JP | 在?戀沮♀B | 10111010110111110011111111011000111110001101110111111100101000011110101001000010 | badf3fd8f8ddfca1ea42 |
UTF-8 | 在븃戀沮♀B | 11100101100111001010100011101011101110001000001111100110100010001000000011100110101100101010111011100010100110011000000001000010 | e59ca8ebb883e68880e6b2aee2998042 |
UHC | 在븃戀沮♀B | 1110111010100100101110101110100011010101111111001110111011000001101000011100111101000010 | eea4bae8d5fceec1a1cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)