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 | 爾鬚耳鹿 | 1000111010100010111010011010001010001110101010001000111010101101 | 8ea2e9a28ea88ead |
EUC-JP | 爾鬚耳鹿 | 1011110010100100111100101010010010111100101010101011110010101111 | bca4f2a4bcaabcaf |
UTF-8 | 爾鬚耳鹿 | 111001111000100010111110111010011010110010011010111010001000000010110011111010011011100110111111 | e788bee9ac9ae880b3e9b9bf |
UHC | 爾鬚耳鹿 | 1110110010110011111000101101000111101100101111001101011011100011 | ecb3e2d1ecbcd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)