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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???洧?? | 0011111100111111001111111000111111000111101101000011111100111111 | 3f3f3f8fc7b43f3f |
UTF-8 | 琉쀦컭洧녑뼑 | 111011111010011110001100111011001000000010100110111011001011101110101101111001101011010010100111111010111000010110010001111010111011110010010001 | efa78cec80a6ecbbade6b4a7eb8591ebbc91 |
UHC | 琉쀦컭洧녑뼑 | 111010111010010010010111111001101011000010010011111010101111101110110011111001011001011010011001 | eba497e6b093eafbb3e59699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)