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 | ??牲 | 00111111001111111001000010110101 | 3f3f90b5 |
EUC-JP | ??牲 | 00111111001111111100000010110111 | 3f3fc0b7 |
UTF-8 | 얛쁖牲 | 111011001001011010011011111011001000000110010110111001111000100110110010 | ec969bec8196e789b2 |
UHC | 얛쁖牲 | 100111100100010010011000010101101101111111100101 | 9e449856dfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)