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 | 社詔ニ社照濘 | 1000111011010000100011111101100111000110100011101101000010001111110001101110000001011110 | 8ed08fd9c68ed08fc6e05e |
EUC-JP | 社詔ニ社照濘 | 101111001101001010111110110110111000111011000110101111001101001010111110110010001101111110111111 | bcd2bedb8ec6bcd2bec8dfbf |
UTF-8 | 社詔ニ社照濘 | 111001111010010010111110111010001010100110010100111011111011111010000110111001111010010010111110111001111000010110100111111001101011111110011000 | e7a4bee8a994efbe86e7a4bee785a7e6bf98 |
UHC | 社詔?社照? | 11011110111001001111000011011111001111111101111011100100111100001100111000111111 | dee4f0df3fdee4f0ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)