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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将筍ン憘蜴 | 100011111010101111100010101000011101110111111010110001101110010110001110 | 8fabe2a1ddfac6e58e |
EUC-JP | 将筍ン憘蜴 | 1011111010101101111001001010001110001110110111011000111110111110111001001110100111101110 | beade4a38edd8fbee4e9ee |
UTF-8 | 将筍ン憘蜴 | 111001011011000010000110111001111010110110001101111011111011111010011101111001101000011010011000111010001001110010110100 | e5b086e7ad8defbe9de68698e89cb4 |
UHC | ?筍?憘? | 00111111111000101110110000111111111111011111001100111111 | 3fe2ec3ffdf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)