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 | 骰玲」 | 1110100110001101100101111110011010100011 | e98d97e6a3 |
EUC-JP | 骰玲」 | 111100011110110111001110111010001000111010100011 | f1edcee88ea3 |
UTF-8 | 骰玲」 | 111010011010101010110000111001111000111010110010111011111011110110100011 | e9aab0e78eb2efbda3 |
UHC | ?玲? | 00111111110101101011110000111111 | 3fd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)