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 | 葹シ眈ハ蔔 | 1110010011011111101111001110000110111100110010101110010011110111 | e4dfbce1bccae4f7 |
EUC-JP | 葹シ眈ハ蔔 | 11101000111000011000111010111100111000101011111010001110110010101110100011111001 | e8e18ebce2be8ecae8f9 |
UTF-8 | 葹シ眈ハ蔔 | 111010001001000110111001111011111011110110111100111001111001110010001000111011111011111010001010111010001001010010010100 | e891b9efbdbce79c88efbe8ae89494 |
UHC | ??眈?蔔 | 00111111001111111111011110101111001111111101110011011011 | 3f3ff7af3fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)