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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 쒀롔쒔吳렖렍쒀 | 111011001001001010000000111010111010000110010100111011001001001010010100111001011001000010110011111010111010000010010110111010111010000010001101111011001001001010000000 | ec9280eba194ec9294e590b3eba096eba08dec9280 |
UHC | 쒀롔쒔吳렖렍쒀 | 1011111010101100100011101101100010111110101011011110011111101111100011101010101110001110101000111011111010101100 | beac8ed8beade7ef8eab8ea3beac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)