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 | ??も?男 | 00111111001111111000001011100000001111111001001001101010 | 3f3f82e03f926a |
EUC-JP | ??も?男 | 00111111001111111010010011100010001111111100001111001011 | 3f3fa4e23fc3cb |
UTF-8 | 룶卽も룵男 | 111010111010001110110110111001011000110110111101111000111000001010000010111010111010001110110101111001111001010010110111 | eba3b6e58dbde38282eba3b5e794b7 |
UHC | 룶卽も룵男 | 10001111101010111111000111101101101010101110001010001111101010101101000111111011 | 8fabf1edaae28faad1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)