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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 芫居襲B | 11100100100010111000101110001111100011110101000001000010 | e48b8b8f8f5042 |
EUC-JP | 芫居襲B | 11100111111010111011010111101111101111011011000101000010 | e7ebb5efbdb142 |
UTF-8 | 芫居襲B | 11101000100010101010101111100101101100011000010111101000101001011011001001000010 | e88aabe5b185e8a5b242 |
UHC | ?居襲B | 001111111100101111011100111000111010100101000010 | 3fcbdce3a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)