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 | 繹ょ?? | 111000111000100010000010111001010011111100111111 | e38882e53f3f |
EUC-JP | 繹ょ?? | 111001011110100010100100111001110011111100111111 | e5e8a4e73f3f |
UTF-8 | 繹ょ돇歷 | 111001111011100110111001111000111000001010000111111010111000111110000111111011111010011010001100 | e7b9b9e38287eb8f87efa68c |
UHC | 繹ょ돇歷 | 1110011010111010101010101110011110001001100110001110011010111000 | e6baaae78998e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)