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 | 衍??揄?? | 1001111110100101001111110011111110011101100010010011111100111111 | 9fa53f3f9d893f3f |
EUC-JP | 衍??揄?? | 1101111010100111001111110011111111011001111010010011111100111111 | dea73f3fd9e93f3f |
UTF-8 | 衍겸넁揄딃뜮 | 111010001010000110001101111010101011001010111000111010111000010010000001111001101000111110000100111010111001010010000011111010111001110010101110 | e8a18deab2b8eb8481e68f84eb9483eb9cae |
UHC | 衍겸넁揄딃뜮 | 111001101110001010110000111000101000011010010001111010101111000110001010111010011000110110101110 | e6e2b0e28691eaf18ae98dae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)