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 | ??彫 | 00111111001111111001001010100100 | 3f3f92a4 |
EUC-JP | ??彫 | 00111111001111111100010010100110 | 3f3fc4a6 |
UTF-8 | 뤱밈彫 | 111010111010010010110001111010111011000010001000111001011011110110101011 | eba4b1ebb088e5bdab |
UHC | 뤱밈彫 | 100011111101111110111001110100101111000011000001 | 8fdfb9d2f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)