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 | 諠壽「ァ | 111001101000001110011010111001101010001010100111 | e6839ae6a2a7 |
EUC-JP | 諠壽「ァ | 1110101111100011110101001110100010001110101000101000111010100111 | ebe3d4e88ea28ea7 |
UTF-8 | 諠壽「ァ | 111010001010101110100000111001011010001110111101111011111011110110100010111011111011110110100111 | e8aba0e5a3bdefbda2efbda7 |
UHC | ?壽?? | 0011111111100001111110000011111100111111 | 3fe1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)