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 | 쑞빝世 | 111011001001000110011110111010111011100110011101111001001011100010010110 | ec919eebb99de4b896 |
UHC | 쑞빝世 | 100111001011110110010101101110111110000110100110 | 9cbd95bbe1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)