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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 얇뤓탮퓥뫙롙 | 111011001001011010000111111010111010010010010011111011011000001110101110111011011001001110100101111010111010101110011001111010111010000110011001 | ec9687eba493ed83aeed93a5ebab99eba199 |
UHC | 얇뤓탮퓥뫙롙 | 101111101110001110001111110000111011010110001110101111111000111010111000111111011000111011011101 | bee38fc3b58ebf8eb8fd8edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)