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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畏ф?厄 | 10001000110110001000010010000110001111111001011011101111 | 88d884863f96ef |
EUC-JP | 畏ф?厄 | 10110000110110101010011111100110001111111100110011110001 | b0daa7e63fccf1 |
UTF-8 | 畏ф변厄 | 1110011110010101100011111101000110000100111010111011001110000000111001011000111010000100 | e7958fd184ebb380e58e84 |
UHC | 畏ф변厄 | 1110100011100110101011001110011010111010101011111110010011111000 | e8e6ace6baafe4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)