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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牙??繩 | 100010011110010100111111001111111110001110001010 | 89e53f3fe38a |
EUC-JP | 牙??繩 | 101100101110011100111111001111111110010111101010 | b2e73f3fe5ea |
UTF-8 | 牙럦듊繩 | 111001111000100110011001111010111001111110100110111010111001001110001010111001111011100110101001 | e78999eb9fa6eb938ae7b9a9 |
UHC | 牙럦듊繩 | 1110010010110011100011101000100110001010101111011110001110110001 | e4b38e898abde3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)