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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 彗??藝?F | 1001110001100001001111110011111111100101010110010011111101000110 | 9c613f3fe5593f46 |
EUC-JP | 彗??藝?F | 1101011111000010001111110011111111101001101110100011111101000110 | d7c23f3fe9ba3f46 |
UTF-8 | 彗륃뻿藝礖F | 11100101101111011001011111101011101001011000001111101011101110111011111111101000100101111001110111100111101001001001011001000110 | e5bd97eba583ebbbbfe8979de7a49646 |
UHC | 彗륃뻿藝礖F | 1111101110110010100011111110111010010110100010101110011111011101111001101010011001000110 | fbb28fee968ae7dde6a646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)