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 | 慂??旬?? | 1001110011001000001111110011111110001111011110110011111100111111 | 9cc83f3f8f7b3f3f |
EUC-JP | 慂??旬?? | 1101100011001010001111110011111110111101110111000011111100111111 | d8ca3f3fbddc3f3f |
UTF-8 | 慂뗭뼔旬쇗략 | 111001101000010110000010111010111001011110101101111010111011110010010100111001101001011110101100111011001000011110010111111010111001111010110101 | e68582eb97adebbc94e697acec8797eb9eb5 |
UHC | 慂뗭뼔旬쇗략 | 111010011011110110001011111011001001011010011100111000101110001010111100111001101011011110101011 | e9bd8bec969ce2e2bce6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)