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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闊苓ス鈴ァクB | 11101000100010001001011111101000101111011001011111101001101001111011100001000010 | e88897e8bd97e9a7b842 |
EUC-JP | 闊苓ス鈴ァクB | 11101111111010001100111011101010100011101011110111001110111010111000111010100111100011101011100001000010 | efe8ceea8ebdceeb8ea78eb842 |
UTF-8 | 闊苓ス鈴ァクB | 11101001100101111000101011101000100010111001001111101111101111011011110111101001100010001011010011101111101111011010011111101111101111011011100001000010 | e9978ae88b93efbdbde988b4efbda7efbdb842 |
UHC | 闊??鈴??B | 111111001100010000111111001111111101011011000010001111110011111101000010 | fcc43f3fd6c23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)