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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?班懶? | 001111111001010011000111100111001110111100111111 | 3f94c79cef3f |
EUC-JP | ?班懶? | 001111111100100011001001110110001111000100111111 | 3fc8c9d8f13f |
UTF-8 | 뤾班懶렱 | 111010111010010010111110111001111000111110101101111001101000011110110110111010111010000010110001 | eba4bee78fade687b6eba0b1 |
UHC | 뤾班懶렱 | 1000111111101010110110101110110011010100111110111000111010111110 | 8feadaecd4fb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)