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 | ???揄?? | 00111111001111110011111110011101100010010011111100111111 | 3f3f3f9d893f3f |
EUC-JP | ???揄?? | 00111111001111110011111111011001111010010011111100111111 | 3f3f3fd9e93f3f |
UTF-8 | 蓮잂몼揄딀썣 | 111011111010011010011001111011001001111010000010111010111010101010111100111001101000111110000100111010111001010010000000111011001000110110100011 | efa699ec9e82ebaabce68f84eb9480ec8da3 |
UHC | 蓮잂몼揄딀썣 | 111001101110010110011111111000101001000110100001111010101111000110001010111001101001101110010110 | e6e59fe291a1eaf18ae69b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)