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 | ??俯?弩揚 | 001111110011111110011000111010110011111110011100010101111001011101100111 | 3f3f98eb3f9c579767 |
EUC-JP | ??俯?弩揚 | 001111110011111111010000111011010011111111010111101110001100110111001000 | 3f3fd0ed3fd7b8cdc8 |
UTF-8 | 쒜장俯뤚弩揚 | 111011001001001010011100111011001001111010100101111001001011111110101111111010111010010010011010111001011011110010101001111001101000111110011010 | ec929cec9ea5e4bfafeba49ae5bca9e68f9a |
UHC | 쒜장俯뤚弩揚 | 101111101010111011000000111001011101110011110110100011111100100111010010110000001110010111000000 | beaec0e5dcf68fc9d2c0e5c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)