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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?兆?稼? | 00111111100100101001101100111111100010011101001000111111 | 3f929b3f89d23f |
EUC-JP | ?兆?稼? | 00111111110000111111101100111111101100101101010000111111 | 3fc3fb3fb2d43f |
UTF-8 | 뤗兆퍘稼세 | 111010111010010010010111111001011000010110000110111011011000110110011000111001111010100010111100111011001000010010111000 | eba497e58586ed8d98e7a8bcec84b8 |
UHC | 뤗兆퍘稼세 | 10001111110001111111000010111100101110111000111111001010101100111011110010111100 | 8fc7f0bcbb8fcab3bcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)