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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?愚? | 00111111100010111111000000111111 | 3f8bf03f |
EUC-JP | ?愚? | 00111111101101101111001000111111 | 3fb6f23f |
UTF-8 | 쒍愚쒰 | 111011001001001010001101111001101000010010011010111011001001001010110000 | ec928de6849aec92b0 |
UHC | 쒍愚쒰 | 100111001110010011101001110101111001110101000111 | 9ce4e9d79d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)