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 | ???吟? | 001111110011111100111111100010111110000100111111 | 3f3f3f8be13f |
EUC-JP | 縕??吟? | 1000111111010100110000100011111100111111101101101110001100111111 | 8fd4c23f3fb6e33f |
UTF-8 | 縕욎옺吟됭 | 111001111011100010010101111011001001101010001110111011001001100010111010111001011001000010011111111010111001000010101101 | e7b895ec9a8eec98bae5909feb90ad |
UHC | 縕욎옺吟됭 | 11101000101100101001111011101100100111101011000011101011111000011000100111101000 | e8b29eec9eb0ebe189e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)