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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葯窮或罌窮 | 11100100110111101000101110000111100010001011110111100011101000001000101110000111 | e4de8b8788bde3a08b87 |
EUC-JP | 葯窮或罌窮 | 11101000111000001011010111100111101100001011111111100110101000101011010111100111 | e8e0b5e7b0bfe6a2b5e7 |
UTF-8 | 葯窮或罌窮 | 111010001001000110101111111001111010101010101110111001101000100010010110111001111011110110001100111001111010101010101110 | e891afe7aaaee68896e7bd8ce7aaae |
UHC | 葯窮或罌窮 | 11100101101101011100111111100011111110111110010011100101101000101100111111100011 | e5b5cfe3fbe4e5a2cfe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)