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 | 鞣ァ迢怜 | 11101000111000101010011111100111100010111001011111100101 | e8e2a7e78b97e5 |
EUC-JP | 鞣ァ迢怜 | 1111000011100100100011101010011111101101111010111100111011100111 | f0e48ea7edebcee7 |
UTF-8 | 鞣ァ迢怜 | 111010011001111010100011111011111011110110100111111010001011111110100010111001101000000010011100 | e99ea3efbda7e8bfa2e6809c |
UHC | ???怜 | 0011111100111111001111111101011010111011 | 3f3f3fd6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)