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 | ?諺??? | 001111111000110010111111001111110011111100111111 | 3f8cbf3f3f3f |
EUC-JP | ?諺??? | 001111111011100011000001001111110011111100111111 | 3fb8c13f3f3f |
UTF-8 | 뤾諺쯔쮱깎 | 111010111010010010111110111010001010101110111010111011001010111110010100111011001010111010110001111010101011100110001110 | eba4bee8abbaecaf94ecaeb1eab98e |
UHC | 뤾諺쯔쮱깎 | 10001111111010101110010111101100110000101110101010101000100011101011000111110000 | 8feae5ecc2eaa88eb1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)