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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴蛾怺蜊 | 1110100010101101100010011110100110011100100010101110010110001101 | e8ad89e99c8ae58d |
EUC-JP | 隴蛾怺蜊 | 1111000010101111101100101110101111010111111010101110100111101101 | f0afb2ebd7eae9ed |
UTF-8 | 隴蛾怺蜊 | 111010011001101010110100111010001001101110111110111001101000000010111010111010001001110010001010 | e99ab4e89bbee680bae89c8a |
UHC | ?蛾?? | 0011111111100100101101100011111100111111 | 3fe4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)