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 | 酌芝 | 1000111011011110111101001010001110001110110001011111000011011100 | 8edef4a38ec5f0dc |
EUC-JP | 酌?芝? | 101111001110000000111111101111001100011100111111 | bce03fbcc73f |
UTF-8 | 酌芝 | 111010011000010110001100111011101000110110010010111010001000101010011101111011101000001010011011 | e9858cee8d92e88a9dee829b |
UHC | 酌?芝? | 111011011100110000111111111100101011100100111111 | edcc3ff2b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)