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 | ?兆???? | 00111111100100101001101100111111001111110011111100111111 | 3f929b3f3f3f3f |
EUC-JP | ?兆???? | 00111111110000111111101100111111001111110011111100111111 | 3fc3fb3f3f3f3f |
UTF-8 | 뤗兆찋힉섹뤙 | 111010111010010010010111111001011000010110000110111011001011000010001011111011011001111010001001111011001000010010111001111010111010010010011001 | eba497e58586ecb08bed9e89ec84b9eba499 |
UHC | 뤗兆찋힉섹뤙 | 100011111100011111110000101111001010100110001111110010001111100010111100101111011000111111001000 | 8fc7f0bca98fc8f8bcbd8fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)