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 | ???循?? | 00111111001111110011111110001111011110100011111100111111 | 3f3f3f8f7a3f3f |
EUC-JP | ???循?? | 00111111001111110011111110111101110110110011111100111111 | 3f3f3fbddb3f3f |
UTF-8 | 列룸뱷循사븨 | 111011111010011010011100111010111010001110111000111010111011000110110111111001011011111010101010111011001000001010101100111010111011100010101000 | efa69ceba3b8ebb1b7e5beaaec82acebb8a8 |
UHC | 列룸뱷循사븨 | 111001101110101010110111111010111001001110011101111000101110000010111011111001111001010110010001 | e6eab7eb939de2e0bbe79591 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)