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 | 執鴦シ | 11110000101010101000111010110111111010011111000110111100 | f0aa8eb7e9f1bc |
EUC-JP | ?執鴦シ | 00111111101111001011100111110010111100111000111010111100 | 3fbcb9f2f38ebc |
UTF-8 | 執鴦シ | 111011101000000110101001111001011001111110110111111010011011010010100110111011111011110110111100 | ee81a9e59fb7e9b4a6efbdbc |
UHC | ?執鴦? | 001111111111001011111011111001001110110000111111 | 3ff2fbe4ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)