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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ら? | 00111111001111110011111100111111100000101110011100111111 | 3f3f3f3f82e73f |
EUC-JP | ???沅ら? | 001111110011111100111111100011111100011011101001101001001110100100111111 | 3f3f3f8fc6e9a4e93f |
UTF-8 | 列룸뱷沅ら렟 | 111011111010011010011100111010111010001110111000111010111011000110110111111001101011001010000101111000111000001010001001111010111010000010011111 | efa69ceba3b8ebb1b7e6b285e38289eba09f |
UHC | 列룸뱷沅ら렟 | 111001101110101010110111111010111001001110011101111010101011011010101010111010011000111010110000 | e6eab7eb939deab6aae98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)