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 | 裔壽「ァ | 111001011110000110011010111001101010001010100111 | e5e19ae6a2a7 |
EUC-JP | 裔壽「ァ | 1110101011100011110101001110100010001110101000101000111010100111 | eae3d4e88ea28ea7 |
UTF-8 | 裔壽「ァ | 111010001010001110010100111001011010001110111101111011111011110110100010111011111011110110100111 | e8a394e5a3bdefbda2efbda7 |
UHC | 裔壽?? | 111001111110000011100001111110000011111100111111 | e7e0e1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)