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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??≠ | 00111111001111111000000110000010 | 3f3f8182 |
EUC-JP | ??≠ | 00111111001111111010000111100010 | 3f3fa1e2 |
UTF-8 | 뤛끗≠ | 111010111010010010011011111010111000000110010111111000101000100110100000 | eba49beb8197e289a0 |
UHC | 뤛끗≠ | 100011111100101010110010111111011010000111000001 | 8fcab2fda1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)