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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?る?揖ι? | 001111111000001011101001001111111001011101001011100000111100011100111111 | 3f82e93f974b83c73f |
EUC-JP | ?る?揖ι? | 001111111010010011101011001111111100110110101100101001101100100100111111 | 3fa4eb3fcdaca6c93f |
UTF-8 | 閭る뵃揖ι걲 | 1110111110100110100001101110001110000010100010111110101110110101100000111110011010001111100101101100111010111001111010101011000110110010 | efa686e3828bebb583e68f96ceb9eab1b2 |
UHC | 閭る뵃揖ι걲 | 111001101010110110101010111010111001010010001001111010111110011110100101111010011000000110011001 | e6adaaeb9489ebe7a5e98199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)