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 | 橈???ょ? | 1001111011110100001111110011111100111111100000101110010100111111 | 9ef43f3f3f82e53f |
EUC-JP | 橈???ょ? | 1101110011110110001111110011111100111111101001001110011100111111 | dcf63f3f3fa4e73f |
UTF-8 | 橈볦뼔留ょ뙳 | 111001101010100110001000111010111011001110100110111010111011110010010100111011111010011110001101111000111000001010000111111010111001100110110011 | e6a988ebb3a6ebbc94efa78de38287eb99b3 |
UHC | 橈볦뼔留ょ뙳 | 111010001111101010010011111011001001011010011100111010111010011110101010111001111000110010110110 | e8fa93ec969ceba7aae78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)