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 | ??倖 | 00111111001111111000110011110100 | 3f3f8cf4 |
EUC-JP | ??倖 | 00111111001111111011100011110110 | 3f3fb8f6 |
UTF-8 | 뤃푤倖 | 111010111010010010000011111011011001000110100100111001011000000010010110 | eba483ed91a4e58096 |
UHC | 뤃푤倖 | 100011111011010011000111101001111111101010111000 | 8fb4c7a7fab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)