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 | 鴫鱧ー | 11110010101000111000111010110000111010011110010110110000 | f2a38eb0e9e5b0 |
EUC-JP | ?鴫鱧ー | 00111111101111001011001011110010111001111000111010110000 | 3fbcb2f2e78eb0 |
UTF-8 | 鴫鱧ー | 111011101000011110011010111010011011010010101011111010011011000110100111111011111011110110110000 | ee879ae9b4abe9b1a7efbdb0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)