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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 曆뱀뮁罹 | 111011111010011010001011111010111011000110000000111010111010111010000001111011111010011110100110 | efa68bebb180ebae81efa7a6 |
UHC | 曆뱀뮁罹 | 1110011010110111101110011110110010010010100100001110110010111010 | e6b7b9ec9290ecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)