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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畏?た | 1000100011011000001111111000001010111101 | 88d83f82bd |
EUC-JP | 畏?た | 1011000011011010001111111010010010111111 | b0da3fa4bf |
UTF-8 | 畏븀た | 111001111001010110001111111010111011100010000000111000111000000110011111 | e7958febb880e3819f |
UHC | 畏븀た | 111010001110011010111010111001111010101010111111 | e8e6bae7aabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)