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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 롕뤓죴팼뤓 | 111010111010000110010101111010111010010010010011111011001010001110110100111011011000110010111100111010111010010010010011 | eba195eba493eca3b4ed8cbceba493 |
UHC | 롕뤓죴팼뤓 | 10001110110110011000111111000011101000011000111111000110110101111000111111000011 | 8ed98fc3a18fc6d78fc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)