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 | 隹ソ谿眼隶 | 1110100010110000101111111110011010101110100010101110000111110010101001001110100010101110 | e8b0bfe6ae8ae1f2a4e8ae |
EUC-JP | 隹ソ谿眼?隶 | 1111000010110010100011101011111111101100101100001011010011100011001111111111000010110000 | f0b28ebfecb0b4e33ff0b0 |
UTF-8 | 隹ソ谿眼隶 | 111010011001101010111001111011111011110110111111111010001011000010111111111001111001110010111100111011101000011110011011111010011001101010110110 | e99ab9efbdbfe8b0bfe79cbcee879be99ab6 |
UHC | ??谿眼?? | 0011111100111111110011011010110011100100110100010011111100111111 | 3f3fcdace4d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)