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 | 雋企ウァ逎ャ | 111010001011001010001010111010011011001110100111111001111010001110101100 | e8b28ae9b3a7e7a3ac |
EUC-JP | 雋企ウァ逎ャ | 111100001011010010110100111010111000111010110011100011101010011111101110101001011000111010101100 | f0b4b4eb8eb38ea7eea58eac |
UTF-8 | 雋企ウァ逎ャ | 111010011001101110001011111001001011110010000001111011111011110110110011111011111011110110100111111010011000000010001110111011111011110110101100 | e99b8be4bc81efbdb3efbda7e9808eefbdac |
UHC | 雋企???? | 1111000111100110110100001110101000111111001111110011111100111111 | f1e6d0ea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)