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 | ??世 | 00111111001111111001000010100010 | 3f3f90a2 |
EUC-JP | ??世 | 00111111001111111100000010100100 | 3f3fc0a4 |
UTF-8 | 쑺뼂世 | 111011001001000110111010111010111011110010000010111001001011100010010110 | ec91baebbc82e4b896 |
UHC | 쑺뼂世 | 100111001101001010010110100011001110000110100110 | 9cd2968ce1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)