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 | 迢「遖ョ | 111001111000101110100010111001111010011010101110 | e78ba2e7a6ae |
EUC-JP | 迢「遖ョ | 1110110111101011100011101010001011101110101010001000111010101110 | edeb8ea2eea88eae |
UTF-8 | 迢「遖ョ | 111010001011111110100010111011111011110110100010111010011000000110010110111011111011110110101110 | e8bfa2efbda2e98196efbdae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)