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 | 航?鬪??渦 | 100011010111000100111111111010011010101000111111001111111000100101010001 | 8d713fe9aa3f3f8951 |
EUC-JP | 航?鬪??渦 | 101110011101001000111111111100101010110000111111001111111011000110110010 | b9d23ff2ac3f3fb1b2 |
UTF-8 | 航었鬪뤋넸渦 | 111010001000100010101010111011001001011110001000111010011010110010101010111010111010010010001011111010111000010010111000111001101011100010100110 | e888aaec9788e9acaaeba48beb84b8e6b8a6 |
UHC | 航었鬪뤋넸渦 | 111110011111111010111110111110101111011111100011100011111011101110110011110111101110100010111110 | f9febefaf7e38fbbb3dee8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)