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 | 押?)魏? | 1000100110011111001111111000000101101010111010011011000000111111 | 899f3f816ae9b03f |
EUC-JP | 押?)魏? | 1011001010100001001111111010000111001011111100101011001000111111 | b2a13fa1cbf2b23f |
UTF-8 | 押꾨)魏쁁 | 111001101000101010111100111010101011111010101000111011111011110010001001111010011010110110001111111011001000000110000001 | e68abceabea8efbc89e9ad8fec8181 |
UHC | 押꾨)魏쁁 | 11100100111000111000010011101011101000111010100111101010111000001001100001000010 | e4e384eba3a9eae09842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)