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 | 沚遁f愼? | 100111111000110110010011110110011000001010000110100111001100010000111111 | 9f8d93d982869cc43f |
EUC-JP | 沚遁f愼? | 110111011110110111000110110110111010001111100110110110001100011000111111 | ddedc6dba3e6d8c63f |
UTF-8 | 沚遁f愼렋 | 111001101011001010011010111010011000000110000001111011111011110110000110111001101000010010111100111010111010000010001011 | e6b29ae98181efbd86e684bceba08b |
UHC | 沚遁f愼렋 | 11110010101011111101010011101101101000111110011011100011111001011000111010100010 | f2afd4eda3e6e3e58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)